Add dependency to python-is-python2 (required for kdzextractor)

This commit is contained in:
Jakob Lell 2021-09-27 18:13:54 +02:00
parent 9a59665f2c
commit 80f2f8bda8
1 changed files with 1 additions and 1 deletions

View File

@ -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