symfony installer changed dirname

This commit is contained in:
Mathieu Jaumotte 2023-12-25 14:52:08 +01:00
parent 7d2e364f5d
commit feff68f662
Signed by: mathieu
GPG Key ID: F6C91279F6ED6EFE
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN curl -sS https://get.symfony.com/cli/installer -o /usr/local/bin/installer | bash \
&& chmod a+x /usr/local/bin/installer \
&& /usr/local/bin/installer \
&& mv /root/.symfony/bin/symfony /usr/local/bin/symfony \
&& mv /root/.symfony5/bin/symfony /usr/local/bin/symfony \
&& chmod a+x /usr/local/bin/symfony
# Add users/groups with uid 1000