1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-02 06:36:21 +02:00

Unfortunately Debian mirror do not support https properly, switched to plain http

This commit is contained in:
Pavel Odintsov 2022-04-29 21:23:49 +01:00
parent e786c36c23
commit c4c743f989

View File

@ -21,7 +21,7 @@ jobs:
- "{{ .Environment.CIRCLE_JOB }}_debian_sid_image"
- run:
name: "Install debootstrap from Debian Unstable to address incompatibility with Docker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930684"
command: wget https://ftp.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.126+nmu1_all.deb; dpkg -i debootstrap_1.0.126+nmu1_all.deb
command: wget http://ftp.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.126+nmu1_all.deb; dpkg -i debootstrap_1.0.126+nmu1_all.deb
- run: "[ ! -f /root/sid_base.tgz ] && /usr/sbin/pbuilder --create --basetgz /root/sid_base.tgz --distribution sid"
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_debian_sid_image"