mirror of
https://github.com/friendica/docker
synced 2025-01-16 15:44:04 +01:00
commit
ae57c5c2f5
8 changed files with 8 additions and 0 deletions
|
@ -70,6 +70,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libldap2-dev \
|
||||
libgmp-dev \
|
||||
libmagickcore-6.q16-6-extra \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
|
@ -5,6 +5,7 @@ FROM php:8.0-fpm-alpine
|
|||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
imagemagick \
|
||||
# For mail() support
|
||||
msmtp \
|
||||
shadow \
|
||||
|
|
|
@ -70,6 +70,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libldap2-dev \
|
||||
libgmp-dev \
|
||||
libmagickcore-6.q16-6-extra \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
|
@ -70,6 +70,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libldap2-dev \
|
||||
libgmp-dev \
|
||||
libmagickcore-6.q16-6-extra \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
|
@ -5,6 +5,7 @@ FROM php:8.0-fpm-alpine
|
|||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
imagemagick \
|
||||
# For mail() support
|
||||
msmtp \
|
||||
shadow \
|
||||
|
|
|
@ -70,6 +70,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libldap2-dev \
|
||||
libgmp-dev \
|
||||
libmagickcore-6.q16-6-extra \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
|
@ -4,6 +4,7 @@ FROM php:%%PHP_VERSION%%-%%VARIANT%%
|
|||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
rsync \
|
||||
imagemagick \
|
||||
# For mail() support
|
||||
msmtp \
|
||||
shadow \
|
||||
|
|
|
@ -69,6 +69,7 @@ RUN set -ex; \
|
|||
libzip-dev \
|
||||
libldap2-dev \
|
||||
libgmp-dev \
|
||||
libmagickcore-6.q16-6-extra \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
|
|
Loading…
Reference in a new issue