Runs update.sh

pull/2465/head
GitHub Workflow 10 months ago committed by Archimedes Trajano
parent adfc7d521f
commit e4f8a80e4b

@ -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 \

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

@ -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 \

Loading…
Cancel
Save