Skip to content

Commit b2e35d4

Browse files
authored
use requirements.txt in Dockerfile
1 parent a8b1237 commit b2e35d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /usr/src
1111
RUN apk add --no-cache --virtual .build-deps \
1212
gcc libc-dev libxml2-dev libxslt-dev \
1313
&& apk add --no-cache libxml2 libxslt \
14-
&& pip install --no-cache-dir lxml oath pycryptodome requests \
14+
&& pip install --no-cache-dir -r requirements.txt \
1515
&& pip install --no-cache-dir . \
1616
&& find /usr/local -name *.pyo -o -name *.pyc -exec rm -f '{}' \; \
1717
&& apk del .build-deps && touch /root/.vipaccess

0 commit comments

Comments
 (0)