mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Removed ALLOWED_HOSTS support as it requires 'netaddr' which doesn't support Python 3.5
This commit is contained in:
@@ -81,8 +81,7 @@ RUN apk add --no-cache \
|
||||
flask_gravatar \
|
||||
flask_migrate \
|
||||
simplejson \
|
||||
cryptography \
|
||||
netaddr
|
||||
cryptography
|
||||
|
||||
# Copy the docs from the local tree. Explicitly remove any existing builds that
|
||||
# may be present
|
||||
|
Reference in New Issue
Block a user