Skip to content

Commit 10edf37

Browse files
committed
docker: install GNU sed to fix ansi2html (fixes chubin#274, chubin#301)
1 parent 5f0aa79 commit 10edf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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
5+
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed
66
## copying
77
WORKDIR /app
88
COPY . /app

0 commit comments

Comments
 (0)