Skip to content

Commit

Permalink
Merge pull request #3 from Enkelmann/ghidra_10.0.4
Browse files Browse the repository at this point in the history
switched to Ghidra 10.0.4 and added fontconfig
  • Loading branch information
jstucke authored Dec 10, 2021
2 parents 7593668 + f318e6c commit eb6cee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM openjdk:jdk-slim

ENV GHIDRA_RELEASE_TAG Ghidra_10.0.1_build
ENV GHIDRA_VERSION ghidra_10.0.1_PUBLIC_20210708
ENV GHIDRA_RELEASE_TAG Ghidra_10.0.4_build
ENV GHIDRA_VERSION ghidra_10.0.4_PUBLIC_20210928

RUN apt-get update && \
apt-get install -y --no-install-recommends wget unzip && \
apt-get install -y --no-install-recommends wget unzip fontconfig && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit eb6cee6

Please sign in to comment.