Skip to content

Commit

Permalink
do not run apk upgrade to stay on curl 7.63.0 which does not have the…
Browse files Browse the repository at this point in the history
… multi dns issue
  • Loading branch information
Schnitzel committed Feb 28, 2019
1 parent 5cbe88e commit a9651c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions images/php/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ FROM ${IMAGE_REPO:-lagoon}/php:${PHP_VERSION}-fpm
LABEL maintainer="amazee.io"
ENV LAGOON=cli

RUN apk update \
&& apk upgrade \
&& apk add git \
RUN apk add --no-cache git \
mysql-client \
unzip \
gzip \
Expand All @@ -20,7 +18,7 @@ RUN apk update \
coreutils \
postgresql-client \
openssh-sftp-server \
&& apk add nodejs-current nodejs-npm yarn --update-cache --force-overwrite --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
&& apk add --no-cache nodejs-current nodejs-npm yarn --force-overwrite --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
&& ln -s /usr/lib/ssh/sftp-server /usr/local/bin/sftp-server \
&& rm -rf /var/cache/apk/* \
&& curl -L -o /usr/local/bin/composer https://github.com/composer/composer/releases/download/1.6.5/composer.phar \
Expand Down

0 comments on commit a9651c2

Please sign in to comment.