From ec62e9c5b872d441810649c2e36ee23048e17daf Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 20 Jun 2021 11:33:28 +0200 Subject: [PATCH] link php to php8 --- 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 /