Added `bash` and `zstd` to image
Test / test_build (push) Successful in 10s Details
Release / build_push (push) Successful in 20s Details

master 8.2
Gertjan Krol 2023-09-02 19:32:52 +02:00
parent 8bcdd7a86e
commit 23d1ef5e27
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