Fix bullseye mysql build
This commit is contained in:
parent
8f164a541a
commit
5cf034d07c
3 changed files with 6 additions and 1 deletions
|
@ -5,9 +5,11 @@ VOLUME /srv
|
|||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
dumb-init \
|
||||
libnss-ldap \
|
||||
nullmailer \
|
||||
openssl \
|
||||
php-mail-mime \
|
||||
php-net-smtp \
|
||||
php-net-socket \
|
||||
|
@ -19,11 +21,13 @@ RUN apt-get update \
|
|||
php7.4-gd \
|
||||
php7.4-imagick \
|
||||
php7.4-imap \
|
||||
php7.4-intl \
|
||||
php7.4-json \
|
||||
php7.4-mbstring \
|
||||
php7.4-opcache \
|
||||
php7.4-pspell \
|
||||
php7.4-sqlite3 \
|
||||
php7.4-zip \
|
||||
psmisc \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue