We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b1237 commit b2e35d4Copy full SHA for b2e35d4
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /usr/src
11
RUN apk add --no-cache --virtual .build-deps \
12
gcc libc-dev libxml2-dev libxslt-dev \
13
&& apk add --no-cache libxml2 libxslt \
14
- && pip install --no-cache-dir lxml oath pycryptodome requests \
+ && pip install --no-cache-dir -r requirements.txt \
15
&& pip install --no-cache-dir . \
16
&& find /usr/local -name *.pyo -o -name *.pyc -exec rm -f '{}' \; \
17
&& apk del .build-deps && touch /root/.vipaccess
0 commit comments