Skip to content

Commit

Permalink
fix: composer not load plugins when building
Browse files Browse the repository at this point in the history
  • Loading branch information
zgq354 committed Jul 21, 2024
1 parent 8e517e3 commit 7cba33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM php:8.2-fpm-alpine
#
ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LC_ALL=en_US.UTF-8 \
COMPOSER_ALLOW_SUPERUSER=1

RUN \
# China mainland mirrors
Expand Down

0 comments on commit 7cba33d

Please sign in to comment.