php-fpm debian image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:stable-slim
|
||||
FROM cr.lan/debian-stable
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
apt-cacher-ng && \
|
||||
|
||||
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user