Merge "Add backports repos to base and builder images"

This commit is contained in:
Zuul 2021-08-26 20:37:44 +00:00 committed by Gerrit Code Review
commit aaeebdda18
3 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,8 @@ RUN echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/95disable-recommen
RUN apt-get update \
&& apt-get install -y dumb-init \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list
# Upgrade pip to fix wheel cache for locally built wheels.
# See https://github.com/pypa/pip/issues/6852

View File

@ -36,7 +36,8 @@ COPY scripts/install-from-bindep /output/install-from-bindep
RUN dpkg -i /tmp/python3-dev_4.0.0_all.deb \
&& rm /tmp/python3-dev_4.0.0_all.deb \
&& pip install --no-cache-dir bindep \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list
# Upgrade pip to fix wheel cache for locally built wheels
# See https://github.com/pypa/pip/issues/6852

View File

@ -1,5 +1,5 @@
gcc [compile]
libc6-dev [compile]
libffi-dev [compile platform:dpkg]
libffi6 [platform:dpkg]
libffi7 [platform:dpkg]
libssl-dev [compile platform:dpkg]