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 56d3174 commit 0e898a9Copy full SHA for 0e898a9
Dockerfile
@@ -60,15 +60,14 @@ RUN apk info \
60
git \
61
nodejs \
62
npm \
63
- composer \
+ yarn \
64
mysql-client \
65
mariadb-connector-c \
66
php8-dom \
67
php8-tokenizer \
68
php8-xml \
69
php8-xmlwriter \
70
php8-fileinfo \
71
- yarn \
72
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
73
&& docker-php-ext-install -j$(nproc) \
74
gd \
@@ -91,8 +90,7 @@ RUN apk info \
91
90
&& apk del .build-deps \
92
&& rm -rf /tmp/* /var/cache/apk/*
93
94
-# fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-876464325)
95
-
+COPY --from=composer /usr/bin/composer /usr/bin/composer
96
97
# configure composer
98
ENV COMPOSER_ALLOW_SUPERUSER=1 \
0 commit comments