Skip to content

Commit

Permalink
Merge pull request #1 from Enkelmann/patch-1
Browse files Browse the repository at this point in the history
slim down image size
  • Loading branch information
jstucke authored Jan 27, 2021
2 parents 44852e8 + 7d43e15 commit e8ca307
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN apt-get update && \

RUN wget https://ghidra-sre.org/${GHIDRA_VERSION}.zip && \
unzip -d ghidra ${GHIDRA_VERSION}.zip && \
rm ${GHIDRA_VERSION}.zip

RUN mv ghidra/ghidra_* /opt/ghidra
rm ${GHIDRA_VERSION}.zip && \
mv ghidra/ghidra_* /opt/ghidra

ENV PATH="/opt/ghidra:/opt/ghidra/support:${PATH}"

0 comments on commit e8ca307

Please sign in to comment.