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 f79e049 commit 2b1ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12-slim-bookworm AS builder

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

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

0 comments on commit 2b1ef3e

Please sign in to comment.