Skip to content

Commit 4022301

Browse files
committed
ci: configure composer
1 parent 9f0fba8 commit 4022301

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

8.4/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ ENV AUTORUN_LARAVEL_FILAMENT=true
3333
ENV HEALTHCHECK_PATH=/up
3434

3535
# Composer settings
36-
ENV COMPOSER_NO_INTERACTION=1
36+
ENV COMPOSER_ALLOW_SUPERUSER=0
37+
ENV COMPOSER_CACHE_DIR=/dev/null
3738
ENV COMPOSER_FUND=0
39+
ENV COMPOSER_HOME=/tmp
40+
ENV COMPOSER_NO_DEV=1
41+
ENV COMPOSER_NO_INTERACTION=1
3842

3943
# Switch to root so we can do root things
4044
USER root

0 commit comments

Comments
 (0)