Skip to content

Commit

Permalink
Dockerfile: set COMPOSER_ALLOW_SUPERUSER=1
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Apr 9, 2024
1 parent c50b29a commit eb82437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN curl -sSLf -o /usr/local/bin/install-php-extensions https://github.com/mloca
install-php-extensions @composer ctype dom fileinfo gd iconv intl libxml mbstring simplexml xml xmlwriter zip zlib bz2 phar yaml &&\
ln -s /usr/local/bin/php /usr/bin/php
COPY dockerinit.sh /opt/dockerinit.sh
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN freshclam --foreground
RUN cd /opt &&\
composer require -o --update-no-dev acdh-oeaw/repo-file-checker &&\
Expand Down

0 comments on commit eb82437

Please sign in to comment.