Couple of fixes, adding php-json

This commit is contained in:
2021-01-13 00:19:11 +01:00
parent 1265f2b339
commit ed67c68a1a
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER Bandie <bandie@chaospott.de>
RUN apk add --no-cache php nginx php-fpm msmtp tzdata
RUN apk add --no-cache php nginx php-fpm php-json msmtp tzdata
RUN adduser -D -g 'www' www
RUN mkdir /www