mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-26 11:09:22 +03:00
Copy requirements.txt
This commit is contained in:
parent
0a80be83ae
commit
372c5d0289
@ -4,8 +4,9 @@ FROM alpine:3.12
|
|||||||
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
|
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
|
||||||
libstdc++ py3-colorama py3-requests py3-icu py3-redis
|
libstdc++ py3-colorama py3-requests py3-icu py3-redis
|
||||||
## building missing python packages
|
## building missing python packages
|
||||||
|
COPY requirements.txt /tmp
|
||||||
RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
|
RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
|
||||||
&& pip3 install --no-cache-dir --upgrade -r requirements.txt \
|
&& pip3 install --no-cache-dir --upgrade -r /tmp/requirements.txt \
|
||||||
&& pip3 install --no-cache-dir rapidfuzz colored polyglot pycld2 \
|
&& pip3 install --no-cache-dir rapidfuzz colored polyglot pycld2 \
|
||||||
&& apk del build-deps
|
&& apk del build-deps
|
||||||
## copying
|
## copying
|
||||||
|
Loading…
Reference in New Issue
Block a user