We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf2892 commit 113fd4dCopy full SHA for 113fd4d
php/5.6/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && \
17
RUN chmod uga+x /usr/local/bin/install-php-extensions && \
18
chmod +x /usr/bin/composer
19
20
-ENV COMPOSER_HOME=/usr/bin/composer
+ENV COMPOSER_HOME=/tmp/.composer
21
22
RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
23
php/7/Dockerfile
@@ -25,7 +25,7 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
25
26
RUN chmod uga+x /usr/local/bin/install-php-extensions
27
28
29
30
31
0 commit comments