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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user