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