Runs update.sh

This commit is contained in:
GitHub Workflow 2025-09-12 01:57:35 +00:00 committed by Archimedes Trajano
parent 51ed53af08
commit 23f5474501
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
ffmpeg \
libldap-common \ libldap-common \
libmagickcore-7.q16-10-extra \ libmagickcore-7.q16-10-extra \
rsync \ rsync \

View File

@ -26,6 +26,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \ $PHPIZE_DEPS \
autoconf \ autoconf \
ffmpeg \
freetype-dev \ freetype-dev \
gmp-dev \ gmp-dev \
icu-dev \ icu-dev \

View File

@ -8,6 +8,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
busybox-static \ busybox-static \
bzip2 \ bzip2 \
ffmpeg \
libldap-common \ libldap-common \
libmagickcore-7.q16-10-extra \ libmagickcore-7.q16-10-extra \
rsync \ rsync \