mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Install postgresql-client
Make usage of 'manage.py dbshell' possible
This commit is contained in:
parent
4785e09945
commit
ef98ad54fa
|
|
@ -63,6 +63,7 @@ RUN apk add --no-cache \
|
|||
libjpeg-turbo \
|
||||
libxslt \
|
||||
openssl \
|
||||
postgresql-client \
|
||||
postgresql-libs \
|
||||
py3-pip \
|
||||
python3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue