Update debootstrap to 1.0.126+nmu1

Debootstrap 1.0.126 has been removed from from debian/unstable.
Replace with 1.0.126+nmu1 .

Upstream bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998867

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Ie3154c76619f0ad9efb0fcbd2af8c6b854d89135
This commit is contained in:
Davlet Panech 2021-12-13 09:15:40 -05:00
parent a17a448c7e
commit 786370d56d
1 changed files with 2 additions and 2 deletions

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