Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdaYH authored Aug 6, 2024
1 parent 2b1ef3e commit 3557bc4
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
RUN apt-get update && apt-get install -y --no-install-recommends build-essential

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

0 comments on commit 3557bc4

Please sign in to comment.