We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gawk
1 parent 96cc3f6 commit aae40aeCopy full SHA for aae40ae
Dockerfile
@@ -14,6 +14,6 @@ RUN mkdir -p /root/.cheat.sh/log/ \
14
&& python3 lib/fetch.py fetch-all
15
16
# installing server dependencies
17
-RUN apk add --update --no-cache py3-jinja2 py3-flask bash
+RUN apk add --update --no-cache py3-jinja2 py3-flask bash gawk
18
ENTRYPOINT ["python3"]
19
CMD ["bin/srv.py"]
0 commit comments