Skip to content

Commit

Permalink
New: added openssh to v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Springveldt committed Jan 25, 2018
1 parent a505b91 commit af8c83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 7.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update -y && apt-get install -y \
zlib1g-dev \
libicu-dev \
g++ \
openssh-client \
--no-install-recommends && \
rm -r /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions 7.1/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update -y && apt-get install -y \
zlib1g-dev \
libicu-dev \
g++ \
openssh-client \
--no-install-recommends && \
curl -sS https://silverstripe.github.io/sspak/install | php -- /usr/local/bin && \
curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && \
Expand Down

0 comments on commit af8c83d

Please sign in to comment.