1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Install python requirements in Dockerfile (ci)

This commit is contained in:
Igor Chubin
2020-11-13 12:49:24 +01:00
parent bfa74bf526
commit 1e5803aefe
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
## copying
WORKDIR /app
COPY . /app
RUN mkdir -p /root/.cheat.sh/log/ \
RUN mkdir -p /root/.cheat.sh/log/ && pip3 install --no-cache-dir --update -r requirements.txt \
&& python3 lib/fetch.py fetch-all
# installing server dependencies