mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
Added psycopg2 as additionnal dependency
With psycopg2-binary the images doesn't work on ARM64.
This commit is contained in:
parent
9e2f4313fb
commit
dcf0bdb950
@ -7,7 +7,9 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libldap-dev \
|
libldap-dev \
|
||||||
|
libpq-dev \
|
||||||
libsasl2-dev \
|
libsasl2-dev \
|
||||||
|
libssl-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
@ -38,6 +40,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
--yes -qq --no-install-recommends \
|
--yes -qq --no-install-recommends \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
libpq5 \
|
||||||
openssl \
|
openssl \
|
||||||
python3 \
|
python3 \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
|
@ -2,4 +2,5 @@ django-auth-ldap==4.1.0
|
|||||||
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.12.3
|
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.12.3
|
||||||
google-crc32c==1.3.0
|
google-crc32c==1.3.0
|
||||||
napalm==3.4.1
|
napalm==3.4.1
|
||||||
|
psycopg2==2.9.3
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
|
Loading…
Reference in New Issue
Block a user