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 \
busybox-static \
bzip2 \
ffmpeg \
libldap-common \
libmagickcore-7.q16-10-extra \
rsync \

View File

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

View File

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