From 9aab08d889e3f8b64a2ea2f4bec3388bc9d0181c Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 13 Mar 2022 12:59:51 +0100 Subject: [PATCH] php-fpm debian image --- apps/apt-cacher-ng/Dockerfile | 2 +- apps/dolibarr/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/apt-cacher-ng/Dockerfile b/apps/apt-cacher-ng/Dockerfile index f578026..b089156 100644 --- a/apps/apt-cacher-ng/Dockerfile +++ b/apps/apt-cacher-ng/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM cr.lan/debian-stable RUN apt-get update && apt-get install -y \ apt-cacher-ng && \ diff --git a/apps/dolibarr/Dockerfile b/apps/dolibarr/Dockerfile index 73cfac0..264c283 100644 --- a/apps/dolibarr/Dockerfile +++ b/apps/dolibarr/Dockerfile @@ -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; \