Merge "Update debootstrap to 1.0.126"

This commit is contained in:
Zuul 2021-11-25 00:30:58 +00:00 committed by Gerrit Code Review
commit a1de159ae8
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.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/