Added `bash` and `zstd` to image

master 8.2
Gertjan Krol 2023-09-02 19:32:52 +02:00
parent 8bcdd7a86e
commit 594bb929da
1 changed files with 1 additions and 1 deletions

View File

@ -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
RUN apk add --no-cache bash git nodejs npm zstd