Runs update.sh
This commit is contained in:
parent
51ed53af08
commit
23f5474501
@ -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…
Reference in New Issue
Block a user