Skip to content

Commit

Permalink
first init
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Nov 15, 2023
1 parent b78ae7f commit 8d945fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 使用官方的 Python 基础镜像
FROM python:3.12.0-alpine3.18

RUN apk add --no-cache build-base

# 设置工作目录
WORKDIR /app

Expand Down

0 comments on commit 8d945fa

Please sign in to comment.