Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da83315bfb |
+4
-5
@@ -6,11 +6,10 @@ RUN apk add --no-cache \
|
|||||||
bash \
|
bash \
|
||||||
patch
|
patch
|
||||||
|
|
||||||
RUN wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
|
RUN wget -O /usr/local/bin/apktool \
|
||||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar
|
https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool && \
|
||||||
|
wget -O /usr/local/bin/apktool.jar \
|
||||||
RUN mv ./apktool /usr/local/bin/ && \
|
https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_3.0.2.jar && \
|
||||||
mv ./apktool_3.0.2.jar /usr/local/bin/apktool.jar && \
|
|
||||||
chmod +x /usr/local/bin/apktool.jar && \
|
chmod +x /usr/local/bin/apktool.jar && \
|
||||||
chmod +x /usr/local/bin/apktool
|
chmod +x /usr/local/bin/apktool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user