This commit is contained in:
@@ -8,7 +8,7 @@ RUN set -eux; \
|
||||
libxslt-dev \
|
||||
openssl-dev \
|
||||
unzip curl && \
|
||||
apk add --no-cache libpq-dev libxslt; \
|
||||
apk add libpq-dev libxslt; \
|
||||
pip install -U pip; \
|
||||
pip install -r requirements.txt && \
|
||||
apk del --purge build-dependencies gcc; \
|
||||
|
||||
Reference in New Issue
Block a user