Skip to content

Commit a538409

Browse files
committed
Upgrade pygments
1 parent 372c5d0 commit a538409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
55
libstdc++ py3-colorama py3-requests py3-icu py3-redis
66
## building missing python packages
77
COPY requirements.txt /tmp
8-
RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev \
9-
&& pip3 install --no-cache-dir --upgrade -r /tmp/requirements.txt \
10-
&& pip3 install --no-cache-dir rapidfuzz colored polyglot pycld2 \
8+
RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev libffi-dev \
9+
&& pip3 install --no-cache-dir --upgrade pygments \
10+
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
1111
&& apk del build-deps
1212
## copying
1313
WORKDIR /app

0 commit comments

Comments
 (0)