mirror of
https://github.com/chubin/cheat.sh
synced 2024-11-10 05:24:13 +00:00
gevent
dependency fix on setuptools
is merged to Alpine
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27453
This commit is contained in:
parent
0fc93f79c7
commit
71bbf48092
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ FROM alpine:3.14
|
|||
# fetching cheat sheets
|
||||
## installing dependencies
|
||||
RUN apk add --update --no-cache git py3-six py3-pygments py3-yaml py3-gevent \
|
||||
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed \
|
||||
py3-setuptools # https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27419
|
||||
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed
|
||||
## copying
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
|
Loading…
Reference in a new issue