Update Dockerfile
Add apk packages coreutils (for mv) and tar for host systems running busybox.
This commit is contained in:
parent
ce9158eb07
commit
b26a1cf1b8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue