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 \
|
||||
build-base \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
cyrus-sasl-dev \
|
||||
graphviz \
|
||||
jpeg-dev \
|
||||
|
@ -12,6 +13,7 @@ RUN apk add --no-cache \
|
|||
libxslt-dev \
|
||||
openldap-dev \
|
||||
postgresql-dev \
|
||||
tar \
|
||||
ttf-ubuntu-font-family \
|
||||
wget
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue