Skip to content

Commit

Permalink
DOCKW-38 Pin composer at v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jun 25, 2021
1 parent 92424a2 commit 224741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ./scripts /scripts
RUN apk --no-cache add php7 php7-fpm php7-json php7-zlib php7-xml php7-phar php7-iconv php7-mcrypt curl php7-curl php7-openssl php7-gd && \
mkdir -p ${PHP_PID_DIR}/ && \
chown ${NGINX_RUN_USER}:${NGINX_RUN_GROUP} ${PHP_PID_DIR}/ && \
curl -sS https://getcomposer.org/installer | php -- --install-dir=${COMPOSER_PATH} --filename=composer && \
curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=${COMPOSER_PATH} --filename=composer && \
cp /conf/nginx/app.conf /etc/nginx/conf.d/app.conf && \
cp /conf/php/app-php.ini /etc/php7/conf.d/zz_app.ini && \
cp /conf/php/app-php-fpm.conf /etc/php7/php-fpm.d/zz_app.conf && \
Expand Down

0 comments on commit 224741f

Please sign in to comment.