fix build error

pull/21891/head
ytqh 1 year ago
parent 71bc05235c
commit f70a370e6c

@ -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 g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev
&& apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev libfreetype6-dev
# Install Python dependencies
COPY pyproject.toml poetry.lock ./

Loading…
Cancel
Save