From 75106f217b2a2421b6bbe9ee6eeb3f5d9eafa3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 7 Mar 2021 23:07:23 +0100 Subject: [PATCH] Fix build of php8 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 18dd7a1..866ab13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,7 @@ RUN build_php.sh 7.4.15 ## PHP 8 # 2021/02 +ADD build_php8.sh /usr/local/bin/build_php.sh RUN build_php8.sh 8.0.3 ## Ruby