Skip to content

Commit

Permalink
Merge pull request #35 from powellcn/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile - add php81-dom
  • Loading branch information
mhzawadi authored Dec 20, 2023
2 parents 252c20a + 163604f commit 4d4fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Matthew Horwood <matt@horwood.biz>
RUN apk update \
&& apk add nginx php81-fpm php81-session \
php81-gd php81-mbstring php81-mysqli php81-openssl \
php81-xml php81-intl php81-bcmath composer curl \
php81-xml php81-dom php81-intl php81-bcmath composer curl \
&& rm -f /var/cache/apk/* \
&& mkdir -p /var/www/html/ \
&& mkdir -p /run/nginx;
Expand Down

0 comments on commit 4d4fc8c

Please sign in to comment.