Skip to content

Commit

Permalink
add imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 18, 2024
1 parent 8c254db commit 1292284
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 @@ -11,7 +11,8 @@ RUN pacman -Syu --noconfirm \
jre-openjdk \
jadx \
which \
unzip
unzip \
imagemagick
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 1292284

Please sign in to comment.