From 23d1ef5e27e6081dea66991173c193067ac7ff01 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Sat, 2 Sep 2023 19:32:52 +0200 Subject: [PATCH] Added `bash` and `zstd` to image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e06216..0b4fabd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" RUN install-php-extensions imagick xdebug -RUN apk add --no-cache git nodejs npm \ No newline at end of file +RUN apk add --no-cache bash git nodejs npm zstd \ No newline at end of file