Skip to content

Commit

Permalink
docker tweaks (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: r-tx <r-tx@users.noreply.github.com>
  • Loading branch information
r-tx and r-tx authored Nov 27, 2023
1 parent c8a0327 commit acc9503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ RUN git clone https://github.com/libimobiledevice/libplist \

# Installing MVT
# --------------
RUN pip3 install mvt
RUN pip3 install git+https://github.com/mvt-project/mvt.git@main

# Installing ABE
# --------------
RUN mkdir /opt/abe \
&& wget https://github.com/nelenkov/android-backup-extractor/releases/download/20210709062403-4c55371/abe.jar -O /opt/abe/abe.jar \
&& wget https://github.com/nelenkov/android-backup-extractor/releases/download/master-20221109063121-8fdfc5e/abe.jar -O /opt/abe/abe.jar \
# Create alias for abe
&& echo 'alias abe="java -jar /opt/abe/abe.jar"' >> ~/.bashrc

Expand Down

0 comments on commit acc9503

Please sign in to comment.