Added imagick to toolkit
Test / test_build (push) Successful in 1m4s Details
Release / build_push (push) Successful in 14s Details

master
Gertjan Krol 2023-06-08 19:00:50 +02:00
parent 33ee3b2cf5
commit 667d063988
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Build container
- name: Build container (8.2)
run: docker build . --build-arg VERSION=8.2 -t php-toolkit-test:${{ github.ref_name }}
- name: Image details
run: docker image inspect php-toolkit-test:${{ github.ref_name }}

View File

@ -2,6 +2,6 @@ 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 xdebug
RUN install-php-extensions imagick xdebug
RUN apk add --no-cache git nodejs npm