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 bfa74bf commit 1e5803aCopy full SHA for 1e5803a
Dockerfile
@@ -10,7 +10,7 @@ RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
10
## copying
11
WORKDIR /app
12
COPY . /app
13
-RUN mkdir -p /root/.cheat.sh/log/ \
+RUN mkdir -p /root/.cheat.sh/log/ && pip3 install --no-cache-dir --update -r requirements.txt \
14
&& python3 lib/fetch.py fetch-all
15
16
# installing server dependencies
0 commit comments