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 de78fd6 commit b0a9af7Copy full SHA for b0a9af7
Dockerfile
@@ -48,4 +48,6 @@ RUN apk update \
48
RUN docker-php-ext-configure gd --with-freetype --with-jpeg
49
RUN docker-php-ext-install -j$(nproc) gd
50
51
+RUN composer selfupdate --2
52
+
53
WORKDIR /var/www/
0 commit comments