Skip to content

Commit

Permalink
Merge branch 'master' into composer-184
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Feb 28, 2019
2 parents a1412d2 + a9651c2 commit 0a4ec62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions images/php/cli/Dockerfile
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.8.4/composer.phar \
Expand Down
4 changes: 1 addition & 3 deletions images/php/fpm/Dockerfile
Expand Up @@ -33,9 +33,7 @@ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf

ENV NEWRELIC_VERSION=8.1.0.209

RUN apk update \
&& apk upgrade \
&& apk add --no-cache fcgi \
RUN apk add --no-cache fcgi \
ssmtp \
libzip libzip-dev \
# for gd
Expand Down
2 changes: 1 addition & 1 deletion services/broker/Dockerfile
@@ -1,2 +1,2 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/rabbitmq-cluster
FROM ${IMAGE_REPO:-lagoon}/rabbitmq

0 comments on commit 0a4ec62

Please sign in to comment.