Add bullseye build

This commit is contained in:
Jan Dittberner 2020-02-08 22:13:52 +01:00
parent fc6c79328d
commit 0db14669f8
9 changed files with 442 additions and 1 deletions

View file

@ -0,0 +1,29 @@
FROM debian:bullseye
LABEL maintainer="jan@dittberner.info"
VOLUME /srv
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
dumb-init \
libnss-ldap \
nullmailer \
php-curl \
php-fpm \
php-gd \
php-imagick \
php-imap \
php-json \
php-mail \
php-mail-mime \
php-mbstring \
php-net-smtp \
php-net-socket \
php-opcache \
php-pspell \
php-sqlite3 \
psmisc \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*.*
ADD --chown=root:root nsswitch.conf libnss-ldap.conf /etc/