Skip to content

Commit

Permalink
fix: missing binaries (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal authored Oct 18, 2023
1 parent a0b9188 commit 847b3b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ RUN apk upgrade --no-cache --quiet
RUN apk add --no-cache clamav
RUN apk add --no-cache yara --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apk add --no-cache openssh
RUN apk add --no-cache git # required by gitleaks
RUN apk add --no-cache grep # required by lynis

COPY --from=gitleaks ["/artifacts/gitleaks", "./gitleaks"]
COPY --from=lynis ["/artifacts/lynis", "./lynis"]
Expand Down

0 comments on commit 847b3b6

Please sign in to comment.