Skip to content

Commit e001011

Browse files
authored
Merge pull request chubin#319 from chubin/newalpine
docker: Alpine fixes merged upstream https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27453
2 parents 4bb7b14 + 71bbf48 commit e001011

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.travis.yml
21
.git
32
.gitignore
43
docker-compose.yml

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)