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

docker: install GNU sed to fix ansi2html (fixes #274, #301)

This commit is contained in:
Anatoli Babenia
2021-11-13 02:15:47 +03:00
parent 5f0aa79396
commit 10edf376e2
+1 -1
View File
@@ -2,7 +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
libstdc++ py3-colorama py3-requests py3-icu py3-redis sed
## copying
WORKDIR /app
COPY . /app