Fix bullseye mysql build

This commit is contained in:
Jan Dittberner 2022-02-12 10:11:27 +01:00
parent 8f164a541a
commit 5cf034d07c
3 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,7 @@ LABEL maintainer="jan@dittberner.info"
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
php7.4-dba \
php7.4-mysql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*.*