php8-fpm/Dockerfile

7 lines
155 B
Text
Raw Normal View History

2018-11-27 08:37:28 +01:00
FROM thallian/confd-env:latest
2016-06-28 16:19:59 +02:00
2021-06-20 10:33:37 +02:00
RUN apk --no-cache add php8-fpm
2022-02-14 07:15:46 +01:00
RUN if [[ ! -f /usr/bin/php ]] ; then ln -s /usr/bin/php8 /usr/bin/php; fi
2016-06-28 16:19:59 +02:00
ADD /rootfs /