Skip to content

Commit 031a5d3

Browse files
authored
Dockerfile: explain where cheat sheets are fetched
1 parent b714a5f commit 031a5d3

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
@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual build-deps py3-pip g++ python3-dev libffi-dev \
1111
&& pip3 install --no-cache-dir --upgrade pygments \
1212
&& pip3 install --no-cache-dir -r requirements.txt \
1313
&& apk del build-deps
14-
# fetching dependencies
14+
## fetching cheat sheets
1515
RUN mkdir -p /root/.cheat.sh/log/ \
1616
&& python3 lib/fetch.py fetch-all
1717

0 commit comments

Comments
 (0)