Skip to content

Commit

Permalink
fix: List directory before downloading java-db
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Oct 27, 2024
1 parent ba00312 commit 55c8f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ USER 65532

# Download db and cache it.
RUN trivy image --download-db-only --cache-dir /trivy_cache
RUN ls -Rl /trivy_cache
RUN trivy image --download-java-db-only --cache-dir /trivy_cache
RUN ls -Rl /trivy_cache

Expand Down

0 comments on commit 55c8f37

Please sign in to comment.