From f929e47aa463f54c9ab4d4554527ac776e1f1142 Mon Sep 17 00:00:00 2001 From: Pavel Buchnev Date: Sun, 14 Apr 2024 11:17:07 +0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38aa4e8..61fc241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.2.13-cli-alpine3.18 -RUN apk add --no-cache \ +RUN apk add --no-cache $PHPIZE_DEPS \ curl \ libcurl \ wget \