Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdaYH committed Aug 6, 2024
1 parent 451dece commit f79e049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# build stage
FROM python:3.12-slim-bookworm AS builder

# 依赖
RUN apt-get update && apt-get install -y --no-install-recommends gcc python3-dev

# install PDM
RUN pip install -U pip setuptools wheel
RUN pip install pdm
Expand Down

0 comments on commit f79e049

Please sign in to comment.