php8-fpm/Dockerfile

7 lines
122 B
Docker
Raw Normal View History

2018-11-27 07:37:28 +00:00
FROM thallian/confd-env:latest
2016-06-28 14:19:59 +00:00
2021-06-20 08:33:37 +00:00
RUN apk --no-cache add php8-fpm
2022-02-14 07:26:26 +00:00
RUN ln -s /usr/sbin/php-fpm8 /bin/php-fpm8
2016-06-28 14:19:59 +00:00
ADD /rootfs /