Debian: update deboostrap location

During building the Debian build containers we observe an error
related to deboostrap. It is not present at the specified location
for download anymore.

Update location to snapshot.debian.org/archive.

Closes-Bug: 1984056
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: Idec9dad6bc4510e503d42f4448308030e5b7e061
This commit is contained in:
Dan Voiculeasa 2022-08-09 12:00:12 +03:00
parent 3255004944
commit 7ff00f737c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968927
RUN cd /tmp && \
wget \
http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.126+nmu1_all.deb && \
http://snapshot.debian.org/archive/debian/20211128T160803Z/pool/main/d/debootstrap/debootstrap_1.0.126%2Bnmu1_all.deb && \
dpkg -i debootstrap_1.0.126+nmu1_all.deb
RUN groupadd crontab