6 lines
159 B
Docker
6 lines
159 B
Docker
FROM thallian/confd-env:latest
|
|
|
|
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted php7-fpm
|
|
|
|
ADD /rootfs /
|