Skip to content

Commit

Permalink
allow to false
Browse files Browse the repository at this point in the history
  • Loading branch information
daminux committed Feb 29, 2024
1 parent 41211e4 commit 88253b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN apk add make gnupg ncurses
RUN adduser phpuser -u 1000 -D -g ""
USER phpuser

# Allo phpuser config allow-plugin.symfony.F
RUN composer global config allow-plugins.symfony/flex true
# Config allow-plugin.symfony.Flex onPHPUser
RUN composer global config allow-plugins.symfony/flex false

0 comments on commit 88253b0

Please sign in to comment.