1 Commits
Author SHA1 Message Date
DasMoorhuhn 6536181373 add docker build env 2026-07-09 19:05:51 +02:00
+5 -4
View File
@@ -6,10 +6,11 @@ RUN apk add --no-cache \
bash \
patch
RUN wget -O /usr/local/bin/apktool \
https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
wget -O /usr/local/bin/apktool.jar \
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar && \
RUN wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar
RUN mv ./apktool /usr/local/bin/ && \
mv ./apktool_3.0.2.jar /usr/local/bin/apktool.jar && \
chmod +x /usr/local/bin/apktool.jar && \
chmod +x /usr/local/bin/apktool