Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 17, 2024
1 parent ed035f9 commit ce6dc35
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
@@ -1,6 +1,6 @@
FROM alpine:3.19
WORKDIR /var/www/html
RUN apk add --no-cache git nginx php83 php83-curl php83-fpm php83-mbstring php83-openssl php83-phar \
RUN apk add --no-cache git nginx php83 php83-curl php83-fpm php83-mbstring php83-openssl php83-phar wget \
&& adduser -D ipp \
&& git clone https://github.com/c0m4r/ip-info-page.git . \
&& rm -rfv .git .github .gitignore docker-compose.yml \
Expand Down

0 comments on commit ce6dc35

Please sign in to comment.