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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
apt-cacher-ng && \
|
apt-cacher-ng && \
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ RUN set -ex; \
|
|||||||
cron \
|
cron \
|
||||||
rsync \
|
rsync \
|
||||||
unzip \
|
unzip \
|
||||||
zip ;\
|
zip php-soap;\
|
||||||
#debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
#debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
#docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
#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; \
|
#docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \
|
||||||
|
|||||||
Reference in New Issue
Block a user