Update debootstrap to 1.0.126

Update deboostrap to 1.0.126 since it has been removed from Debian
experimental, replace with the version from Debian Unstable.

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: If6059eff1efd4ed46322e30ce90af660706cb2c4
This commit is contained in:
Charles Short 2021-11-20 12:12:07 -05:00
parent a5c2e49fcc
commit 96bd6e50fb

View File

@ -47,8 +47,8 @@ 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://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.124_all.deb && \
dpkg -i debootstrap_1.0.124_all.deb
http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.126_all.deb && \
dpkg -i debootstrap_1.0.126_all.deb
RUN groupadd crontab
COPY stx/toCOPY/pkgbuilder/app.py /opt/