From 80f2f8bda8b5b00edb56cbfc6bfaf1bbc51b7a50 Mon Sep 17 00:00:00 2001 From: Jakob Lell Date: Mon, 27 Sep 2021 18:13:54 +0200 Subject: [PATCH] Add dependency to python-is-python2 (required for kdzextractor) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bddc45d..d610e23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get install -y python3 python3-pip swig RUN apt-get install -y git android-sdk-libsparse-utils liblz4-tool brotli unrar p7zip-full RUN apt-get install -y zip rsync RUN apt-get install -y default-jdk # Required for "jar" utility, helps with some broken zip files -RUN apt-get install -y python2 # Required for splituapp +RUN apt-get install -y python2 python-is-python2 # Required for splituapp and kdzextractor RUN apt-get install -y zlib1g-dev # Required for compiling sinextract COPY . /extractor/ RUN cd /extractor/sinextract && make -j4