symlink php8 to php

This commit is contained in:
Sebastian Hugentobler 2022-02-14 09:41:17 +01:00
parent 2a8e8edd8b
commit 705d9496d2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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