diff --git a/Dockerfile b/Dockerfile index 44051f055de387e0baaef69194038afe7a4811ee..09acf899949397fdbea4746be70134a79b867095 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch +FROM debian:jessie-backports ENV LANG=C.UTF-8 ENV DEBIAN_FRONTEND=noninteractive diff --git a/install-dependencies-verification.sh b/install-dependencies-verification.sh index d9b30883b63f74920678fea2a7d38d8e8fbfbff7..1539291e8be0f002c0648db665adba47f97017cb 100755 --- a/install-dependencies-verification.sh +++ b/install-dependencies-verification.sh @@ -9,7 +9,7 @@ apt-get install -y --no-install-recommends \ libmagic1 # Install latest diffoscope (version in Debian stable is outdated) -pip3 install diffoscope +pip3 install diffoscope==83 # Install latest apktool for verification debugging wget --no-verbose https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.3.jar -O /opt/apktool.jar @@ -18,4 +18,4 @@ cat >/usr/local/bin/apktool <