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:
parent
a17a448c7e
commit
786370d56d
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user