diff --git a/api/Dockerfile b/api/Dockerfile index eb19a06601b666..24c1817d10126a 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -23,8 +23,8 @@ FROM base AS packages # if you located in China, you can use aliyun mirror to speed up # 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 g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev +#RUN apt-get update \ +# && apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev # Install Python dependencies COPY pyproject.toml poetry.lock ./