Skip to content

Commit

Permalink
Install maven in builder image in order to be able to compile Omid, t…
Browse files Browse the repository at this point in the history
…his seems to have been removed from the base image at some point. (#543)
  • Loading branch information
soenkeliebau authored Feb 2, 2024
1 parent adb3750 commit b5e86c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ARG PRODUCT

RUN microdnf update && \
microdnf install \
# Required to build Omid \
maven \
# Required to unpack Omid tarball
tar \
# Required by log4shell mitigation script
Expand Down

0 comments on commit b5e86c3

Please sign in to comment.