Skip to content

Commit 71bbf48

Browse files
committed
gevent dependency fix on setuptools is merged to Alpine
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27453
1 parent 0fc93f7 commit 71bbf48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ 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 \
6-
py3-setuptools # https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27419
5+
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed
76
## copying
87
WORKDIR /app
98
COPY . /app

0 commit comments

Comments
 (0)