1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #319 from chubin/newalpine

docker: Alpine fixes merged upstream

https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27453
This commit is contained in:
Anatoli Babenia
2021-11-17 01:09:48 +03:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
.travis.yml
.git
.gitignore
docker-compose.yml
+1 -2
View File
@@ -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