diff --git a/api/Dockerfile b/api/Dockerfile index 8fa089cd7dd33e..b0914bc96b2be6 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -24,7 +24,7 @@ FROM base AS packages # RUN sed -i 's@deb.debian.org@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 ./