Skip to content

Commit aa8196d

Browse files
committed
docker: setuptools is needed by gevent
Temporary fix until this is merged https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27419
1 parent 10edf37 commit aa8196d

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
@@ -2,7 +2,8 @@ FROM alpine:3.14
22
# fetching cheat sheets
33
## installing dependencies
44
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
5-
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed
5+
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed \
6+
py3-setuptools # https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27419
67
## copying
78
WORKDIR /app
89
COPY . /app

0 commit comments

Comments
 (0)