link php to php8

This commit is contained in:
Sebastian Hugentobler 2021-06-20 11:33:28 +02:00
parent 404acef35d
commit ec62e9c5b8
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,5 +1,6 @@
FROM thallian/confd-env:latest FROM thallian/confd-env:latest
RUN apk --no-cache add php8-fpm RUN apk --no-cache add php8-fpm
RUN ln -s /usr/bin/php8 /usr/bin/php
ADD /rootfs / ADD /rootfs /