Update Dockerfile

Add apk packages coreutils (for mv) and tar for host systems running busybox.
This commit is contained in:
Hossy 2019-09-02 11:24:00 -05:00 committed by GitHub
parent ce9158eb07
commit b26a1cf1b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ RUN apk add --no-cache \
bash \ bash \
build-base \ build-base \
ca-certificates \ ca-certificates \
coreutils \
cyrus-sasl-dev \ cyrus-sasl-dev \
graphviz \ graphviz \
jpeg-dev \ jpeg-dev \
@ -12,6 +13,7 @@ RUN apk add --no-cache \
libxslt-dev \ libxslt-dev \
openldap-dev \ openldap-dev \
postgresql-dev \ postgresql-dev \
tar \
ttf-ubuntu-font-family \ ttf-ubuntu-font-family \
wget wget