Use PHP 7.4 for bullseye

This commit is contained in:
Jan Dittberner 2020-10-31 18:06:14 +01:00
parent e8cf9df18b
commit 39ba0e660a
5 changed files with 20 additions and 18 deletions

View file

@ -4,11 +4,11 @@ LABEL maintainer="jan@dittberner.info"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
php-mysql \
php7.4-mysql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*.*
RUN rm -f /etc/php/7.3/fpm/pool.d/www.conf
RUN rm -f /etc/php/7.4/fpm/pool.d/www.conf
COPY start-fpm.sh /usr/local/sbin
COPY fpm-pool.conf.tmpl /usr/local/etc