Skip to content
Snippets Groups Projects
Unverified Commit bfee87da authored by Pierre Ozoux's avatar Pierre Ozoux Committed by GitHub
Browse files

Adds imagemagick to alpine image.

Fixes  #1105
parent 2cbc82dc
Branches
Tags 28.9.0
No related merge requests found
...@@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%3.12 ...@@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%3.12
RUN set -ex; \ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
imagemagick \
rsync \ rsync \
; \ ; \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment