From 064137a9edb1c5524948454284042234ee123a47 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Mon, 6 Jun 2022 17:58:06 +0100 Subject: [PATCH] Force php symlink creation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8803505..737a63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN apk add --no-cache \ php8-zlib # Create symlink for anything expecting to use "php". -RUN ln -s /usr/bin/php8 /usr/bin/php +RUN ln -s -f /usr/bin/php8 /usr/bin/php # Nginx config. COPY docker/nginx.conf /etc/nginx/nginx.conf