Skip to content

Commit 96fb2b1

Browse files
committed
Move pip3 to right place
1 parent 027d107 commit 96fb2b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
66
## building missing python packages
77
RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
88
&& pip3 install --no-cache-dir rapidfuzz colored polyglot pycld2 \
9+
&& pip3 install --no-cache-dir --update -r requirements.txt \
910
&& apk del build-deps
1011
## copying
1112
WORKDIR /app
1213
COPY . /app
13-
RUN mkdir -p /root/.cheat.sh/log/ && pip3 install --no-cache-dir --update -r requirements.txt \
14+
RUN mkdir -p /root/.cheat.sh/log/ \
1415
&& python3 lib/fetch.py fetch-all
1516

1617
# installing server dependencies

0 commit comments

Comments
 (0)