We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57faf60 commit a05f7b1Copy full SHA for a05f7b1
pwa/Dockerfile
@@ -18,6 +18,8 @@ RUN corepack enable && \
18
19
FROM php as php_documentation_generator
20
21
+ENV COMPOSER_ALLOW_SUPERUSER=1
22
+
23
RUN apt-get update && apt-get install -y gnupg git libzip-dev zip
24
COPY --from=composer /usr/bin/composer /usr/bin/composer
25
# this is used to preload data see phpwasm
0 commit comments