From ea690afcef75a3708b207c41a6ad640a8d1f00c2 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Sun, 27 Oct 2024 12:43:56 +0330 Subject: [PATCH] :bug: Syntax error on shell if Signed-off-by: Muhammed Hussein Karimi --- php/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Containerfile b/php/Containerfile index 5352bf9..4888556 100644 --- a/php/Containerfile +++ b/php/Containerfile @@ -183,7 +183,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ apt-get install --no-install-recommends -y apache2; \ elif [ ${START_RUNTIME} = "nginx" ]; then \ apt-get update && \ - apt-get install --no-install-recommends -y nginx \ + apt-get install --no-install-recommends -y nginx; \ fi COPY --from=docker.io/library/composer:2 /usr/bin/composer /usr/local/bin/composer