We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e741e0d commit 36585b0Copy full SHA for 36585b0
1 file changed
Dockerfile
@@ -17,10 +17,8 @@ RUN docker-php-ext-enable pdo_mysql
17
RUN apt-get -y install --fix-missing zip unzip
18
19
# Composer
20
-RUN curl -sS https://getcomposer.org/installer | php
21
-RUN mv composer.phar /usr/local/bin/composer
22
-RUN chmod +x /usr/local/bin/composer
23
RUN composer self-update
+COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
24
25
ADD conf/apache.conf /etc/apache2/sites-available/000-default.conf
26
0 commit comments