[docker] add php8.3-memcached library, see #997
This commit is contained in:
parent
94ee6e4bc3
commit
046f70c3ba
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@ RUN apt update && \
|
|||
curl --output /usr/share/keyrings/nginx-keyring.gpg https://unit.nginx.org/keys/nginx-keyring.gpg && \
|
||||
echo 'deb [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/debian/ bookworm unit' > /etc/apt/sources.list.d/unit.list && \
|
||||
apt update && apt install -y --no-install-recommends \
|
||||
php${PHP_VERSION}-cli php${PHP_VERSION}-gd php${PHP_VERSION}-zip php${PHP_VERSION}-xml php${PHP_VERSION}-mbstring \
|
||||
php${PHP_VERSION}-pgsql php${PHP_VERSION}-mysql php${PHP_VERSION}-sqlite3 php${PHP_VERSION}-curl \
|
||||
php${PHP_VERSION}-cli \
|
||||
php${PHP_VERSION}-gd php${PHP_VERSION}-zip php${PHP_VERSION}-xml php${PHP_VERSION}-mbstring php${PHP_VERSION}-curl \
|
||||
php${PHP_VERSION}-pgsql php${PHP_VERSION}-mysql php${PHP_VERSION}-sqlite3 \
|
||||
php${PHP_VERSION}-memcached \
|
||||
curl imagemagick zip unzip unit unit-php gettext && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN ln -sf /dev/stderr /var/log/unit.log
|
||||
|
|
Reference in a new issue