2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 18:14:57 +02:00

Merge pull request #220 from nupplaphil/bug/imagick

Fix imagick
This commit is contained in:
Hypolite Petovan 2022-12-30 16:24:25 -05:00 committed by GitHub
commit ae57c5c2f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View file

@ -70,6 +70,7 @@ RUN set -ex; \
libzip-dev \ libzip-dev \
libldap2-dev \ libldap2-dev \
libgmp-dev \ libgmp-dev \
libmagickcore-6.q16-6-extra \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

View file

@ -5,6 +5,7 @@ FROM php:8.0-fpm-alpine
RUN set -ex; \ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
imagemagick \
# For mail() support # For mail() support
msmtp \ msmtp \
shadow \ shadow \

View file

@ -70,6 +70,7 @@ RUN set -ex; \
libzip-dev \ libzip-dev \
libldap2-dev \ libldap2-dev \
libgmp-dev \ libgmp-dev \
libmagickcore-6.q16-6-extra \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

View file

@ -70,6 +70,7 @@ RUN set -ex; \
libzip-dev \ libzip-dev \
libldap2-dev \ libldap2-dev \
libgmp-dev \ libgmp-dev \
libmagickcore-6.q16-6-extra \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

View file

@ -5,6 +5,7 @@ FROM php:8.0-fpm-alpine
RUN set -ex; \ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
imagemagick \
# For mail() support # For mail() support
msmtp \ msmtp \
shadow \ shadow \

View file

@ -70,6 +70,7 @@ RUN set -ex; \
libzip-dev \ libzip-dev \
libldap2-dev \ libldap2-dev \
libgmp-dev \ libgmp-dev \
libmagickcore-6.q16-6-extra \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

View file

@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%
RUN set -ex; \ RUN set -ex; \
apk add --no-cache \ apk add --no-cache \
rsync \ rsync \
imagemagick \
# For mail() support # For mail() support
msmtp \ msmtp \
shadow \ shadow \

View file

@ -69,6 +69,7 @@ RUN set -ex; \
libzip-dev \ libzip-dev \
libldap2-dev \ libldap2-dev \
libgmp-dev \ libgmp-dev \
libmagickcore-6.q16-6-extra \
; \ ; \
\ \
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \