Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da83315bfb |
+4
-5
@@ -6,11 +6,10 @@ RUN apk add --no-cache \
|
||||
bash \
|
||||
patch
|
||||
|
||||
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 && \
|
||||
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 && \
|
||||
chmod +x /usr/local/bin/apktool.jar && \
|
||||
chmod +x /usr/local/bin/apktool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user