mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Update Dockerfile
Add apk packages coreutils (for mv) and tar for host systems running busybox.
This commit is contained in:
parent
ce9158eb07
commit
b26a1cf1b8
|
|
@ -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…
Reference in a new issue