Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jesforge authored Jun 22, 2024
1 parent c83147c commit 733ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive

RUN apt update
RUN apt install curl ca-certificates nginx -y
RUN apt install php-common libapache2-mod-php php-cli -y
RUN apt install php-common php-fpm libapache2-mod-php php-cli -y

USER container
ENV USER=container HOME=/home/container
Expand Down

0 comments on commit 733ed71

Please sign in to comment.