This commit is contained in:
Joe Testa
2024-12-14 03:16:15 -08:00
committed by GitHub

View File

@@ -23,4 +23,8 @@ FROM scratch
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>" LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
WORKDIR /mnt WORKDIR /mnt
COPY --from=alpine /bin/shellcheck /bin/ COPY --from=alpine /bin/shellcheck /bin/
# Drop root privileges.
USER 65535:65535
ENTRYPOINT ["/bin/shellcheck"] ENTRYPOINT ["/bin/shellcheck"]