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

10
bullseye_php7/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM gnuviech/bullseye_php7-base:latest
LABEL maintainer="jan@dittberner.info"
RUN rm -f /etc/php/7.3/fpm/pool.d/www.conf
COPY start-fpm.sh /usr/local/sbin
COPY fpm-pool.conf.tmpl /usr/local/etc
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/usr/local/sbin/start-fpm.sh"]