Skip to content

Commit 9ee1019

Browse files
committed
fix: 找不到gcc导致Docker编译失败
1 parent 546dc6d commit 9ee1019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.9.0-alpine
22

33
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
44
RUN pip install --upgrade pip
5+
RUN apk add --no-cache build-base
56

67
WORKDIR /Hello-CTF
78
COPY mkdocs.yml ./mkdocs.yml

0 commit comments

Comments
 (0)