Skip to content

Commit

Permalink
libc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 20, 2024
1 parent 27d9b0f commit 3a5af2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM base AS packages
# RUN sed -i '[email protected]@mirrors.aliyun.com@g' /etc/apt/sources.list.d/debian.sources

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc
&& apt-get install -y --no-install-recommends gcc libc-dev

# Install Python dependencies
COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 3a5af2c

Please sign in to comment.