6 lines
88 B
Docker
6 lines
88 B
Docker
FROM docker.io/thallian/confd-env:3.17
|
|
|
|
RUN apk --no-cache add php81-fpm
|
|
|
|
ADD /rootfs /
|