Skip to content

Commit

Permalink
Remove extra package from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Oct 10, 2024
1 parent 60ac4b9 commit 0caa5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

RUN apk update
RUN apk --no-cache add nginx php83-mbstring php83-fpm php83-mysqli php82-mysqlnd php83-session curl unzip
RUN apk --no-cache add nginx php83-mbstring php83-fpm php83-mysqli php83-session curl unzip

WORKDIR /work

Expand Down

0 comments on commit 0caa5c5

Please sign in to comment.