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 546dc6d commit 9ee1019Copy full SHA for 9ee1019
Dockerfile
@@ -2,6 +2,7 @@ FROM python:3.9.0-alpine
2
3
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
4
RUN pip install --upgrade pip
5
+RUN apk add --no-cache build-base
6
7
WORKDIR /Hello-CTF
8
COPY mkdocs.yml ./mkdocs.yml
0 commit comments