Added imagick to toolkit
parent
33ee3b2cf5
commit
667d063988
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
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 }}
|
run: docker build . --build-arg VERSION=8.2 -t php-toolkit-test:${{ github.ref_name }}
|
||||||
- name: Image details
|
- name: Image details
|
||||||
run: docker image inspect php-toolkit-test:${{ github.ref_name }}
|
run: docker image inspect php-toolkit-test:${{ github.ref_name }}
|
||||||
|
|
|
@ -2,6 +2,6 @@ ARG VERSION
|
||||||
FROM git.gertjankrol.nl/docker/php:${VERSION}
|
FROM git.gertjankrol.nl/docker/php:${VERSION}
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
|
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
|
RUN apk add --no-cache git nodejs npm
|
Loading…
Reference in New Issue