php-toolkit/Dockerfile
Gertjan Krol 23d1ef5e27
All checks were successful
Test / test_build (push) Successful in 10s
Release / build_push (push) Successful in 20s
Added bash and zstd to image
2023-09-02 19:32:52 +02:00

7 lines
No EOL
214 B
Docker

ARG VERSION
FROM git.gertjankrol.nl/docker/php:${VERSION}
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
RUN install-php-extensions imagick xdebug
RUN apk add --no-cache bash git nodejs npm zstd