Skip to content

Commit 1e5803a

Browse files
committed
Install python requirements in Dockerfile (ci)
1 parent bfa74bf commit 1e5803a

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
@@ -10,7 +10,7 @@ RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
1010
## copying
1111
WORKDIR /app
1212
COPY . /app
13-
RUN mkdir -p /root/.cheat.sh/log/ \
13+
RUN mkdir -p /root/.cheat.sh/log/ && pip3 install --no-cache-dir --update -r requirements.txt \
1414
&& python3 lib/fetch.py fetch-all
1515

1616
# installing server dependencies

0 commit comments

Comments
 (0)