php-fpm debian image

This commit is contained in:
2022-03-13 12:59:51 +01:00
parent 4b4f0055cc
commit 9aab08d889
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM cr.lan/debian-stable
RUN apt-get update && apt-get install -y \
apt-cacher-ng && \

View File

@@ -11,7 +11,7 @@ RUN set -ex; \
cron \
rsync \
unzip \
zip ;\
zip php-soap;\
#debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
#docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
#docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \