Skip to content

Commit

Permalink
update php composer
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Nov 8, 2023
1 parent 97d12a6 commit b6f531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && apk add --no-cache ca-certificates curl apache2 php81-apache2
&& apk add --virtual=.build-dependencies openssl php81 php81-openssl php81-iconv php81-mbstring git \
&& ln -sf /usr/bin/php81 /usr/local/bin/php \
&& rm -f /var/www/localhost/htdocs/index.html \
&& curl -sSL https://getcomposer.org/download/2.5.1/composer.phar -o /usr/local/bin/composer \
&& curl -sSL https://getcomposer.org/download/2.6.5/composer.phar -o /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer \
&& cd /var/www/localhost/htdocs \
&& composer install --no-dev \
Expand Down

0 comments on commit b6f531a

Please sign in to comment.