Couple of fixes, adding php-json
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user