Skip to content

Commit a05f7b1

Browse files
committed
allow composer
1 parent 57faf60 commit a05f7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pwa/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN corepack enable && \
1818

1919
FROM php as php_documentation_generator
2020

21+
ENV COMPOSER_ALLOW_SUPERUSER=1
22+
2123
RUN apt-get update && apt-get install -y gnupg git libzip-dev zip
2224
COPY --from=composer /usr/bin/composer /usr/bin/composer
2325
# this is used to preload data see phpwasm

0 commit comments

Comments
 (0)