Skip to content

Commit aae40ae

Browse files
committed
Install missing gawk needed by ansi2html.sh (#222)
RuntimeError: /app/share/ansi2html.sh: line 38: gawk: command not found
1 parent 96cc3f6 commit aae40ae

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
@@ -14,6 +14,6 @@ RUN mkdir -p /root/.cheat.sh/log/ \
1414
&& python3 lib/fetch.py fetch-all
1515

1616
# installing server dependencies
17-
RUN apk add --update --no-cache py3-jinja2 py3-flask bash
17+
RUN apk add --update --no-cache py3-jinja2 py3-flask bash gawk
1818
ENTRYPOINT ["python3"]
1919
CMD ["bin/srv.py"]

0 commit comments

Comments
 (0)