Debian: update debootstrap location

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

Update location to snapshot.debian.org/archive.

(cherry picked from commit f97289ec06)

Closes-Bug: 1984056
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I7a8e75077eb40649c44d385ad5e891d8868dfb04
This commit is contained in:
Dan Voiculeasa 2022-08-09 12:00:12 +03:00 committed by Scott Little
parent 6fc268d785
commit bd7810cf30
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