From 705d9496d22b64e128c4e0ef3e1a57b7c6cdf247 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 09:41:17 +0100 Subject: [PATCH] symlink php8 to php --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 62a417e..d2e82f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /