We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a83f1 commit c5cda04Copy full SHA for c5cda04
internal/cmd/Dockerfile
@@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
16
17
FROM cgr.dev/chainguard/bash:latest
18
COPY --from=builder /src/vulctl /usr/local/bin/
19
-ENTRYPOINT ["/bin/bash"]
+ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
0 commit comments