Skip to content

Commit

Permalink
add missing unzip package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 9, 2024
1 parent e354fe9 commit 5985351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN pacman -Syu --noconfirm \
git \
python \
python-pip \
jadx
jadx \
unzip
RUN python -m venv /data/.venv && \
. /data/.venv/bin/activate && \
pip install --upgrade git+https://github.com/P1sec/hermes-dec
Expand Down

0 comments on commit 5985351

Please sign in to comment.