Skip to content

Commit

Permalink
chore: Update PHP Dockerfile to install php-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 9, 2024
1 parent 93816ee commit d746346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Language/php/8.2.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf ./*
COPY /Language/php/project /home/sealos/project

RUN apt update && \
apt install -y php-common libapache2-mod-php php-cli && \
apt install -y php-common libapache2-mod-php php-cli && \
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit d746346

Please sign in to comment.