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 \
|
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 \
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user