Skip to content

Commit

Permalink
wget progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 17, 2024
1 parent 9bc54b3 commit ed035f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache git nginx php83 php83-curl php83-fpm php83-mbstring php83
&& sed -i 's/php-fpm/127.0.0.1/g;' /etc/nginx/http.d/default.conf \
&& apk del --no-cache git \
&& rm -rfv .docker \
&& wget https://getcomposer.org/download/2.6.6/composer.phar \
&& wget --progress=bar:force https://getcomposer.org/download/2.6.6/composer.phar \
&& echo "72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314 composer.phar" | sha256sum -c || rm composer.phar
EXPOSE 80
CMD [ "/bin/sh", "-c", "php83 composer.phar update && nginx && php-fpm83 -F" ]

0 comments on commit ed035f9

Please sign in to comment.