From: Jonathan Dieter Date: Tue, 16 Jul 2019 18:30:42 +0000 (+0100) Subject: Buster has libzstd, so we don't need backports X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a46ef5bdd2b82324a36c0e4b3d305a51024baa9;p=zchunk.git Buster has libzstd, so we don't need backports Signed-off-by: Jonathan Dieter --- diff --git a/autotest/debian-latest/prep/Dockerfile b/autotest/debian-latest/prep/Dockerfile index 86bf1e0..14f5373 100644 --- a/autotest/debian-latest/prep/Dockerfile +++ b/autotest/debian-latest/prep/Dockerfile @@ -1,2 +1,2 @@ FROM debian:latest -RUN /bin/bash -c 'echo deb http://ftp.debian.org/debian stretch-backports main >> /etc/apt/sources.list && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -yqt stretch-backports install meson libzstd-dev && apt-get -yq install gcc pkg-config libcurl4-openssl-dev libssl-dev' +RUN /bin/bash -c 'apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -yq install meson libzstd-dev && apt-get -yq install gcc pkg-config libcurl4-openssl-dev libssl-dev'