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.
1 parent b714a5f commit 031a5d3Copy full SHA for 031a5d3
Dockerfile
@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev libffi-dev \
11
&& pip3 install --no-cache-dir --upgrade pygments \
12
&& pip3 install --no-cache-dir -r requirements.txt \
13
&& apk del build-deps
14
-# fetching dependencies
+## fetching cheat sheets
15
RUN mkdir -p /root/.cheat.sh/log/ \
16
&& python3 lib/fetch.py fetch-all
17
0 commit comments