mirror of
https://github.com/linuxserver/docker-netbox.git
synced 2026-02-20 08:40:10 +08:00
Add libldap as a runtime dep
This commit is contained in:
parent
3279450f55
commit
eaa0d01974
@ -25,6 +25,7 @@ RUN \
|
||||
zlib-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
libldap \
|
||||
postgresql-client \
|
||||
python3 \
|
||||
tiff \
|
||||
|
||||
@ -25,6 +25,7 @@ RUN \
|
||||
zlib-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
libldap \
|
||||
postgresql-client \
|
||||
python3 \
|
||||
tiff \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user