Skip to content

Commit 8effc9e

Browse files
committed
Use Composer v2
1 parent 36585b0 commit 8effc9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ RUN docker-php-ext-enable mysqli
1515
RUN docker-php-ext-enable pdo
1616
RUN docker-php-ext-enable pdo_mysql
1717
RUN apt-get -y install --fix-missing zip unzip
18+
RUN apt-get -y install --fix-missing git
1819

1920
# Composer
20-
RUN composer self-update
2121
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
22+
RUN composer self-update --2
2223

2324
ADD conf/apache.conf /etc/apache2/sites-available/000-default.conf
2425

0 commit comments

Comments
 (0)