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