Fix Docker images

This commit is contained in:
Shane O'Grady 2018-03-21 12:13:55 -03:00
commit ef92156ff7
No known key found for this signature in database
GPG key ID: 9F325212F1A30FB4

View file

@ -25,12 +25,14 @@ RUN mkdir -p /out/bin && \
FROM alpine:latest
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
COPY --from=build /out /
WORKDIR /mnt
ENTRYPOINT ["/bin/shellcheck"]
# DELETE-MARKER (Remove everything below to keep the alpine image)
# Resulting ShellCheck image
FROM scratch
LABEL maintainer="Vidar Holen <vidar@vidarholen.net>"
WORKDIR /
COPY --from=build /out /
WORKDIR /mnt
ENTRYPOINT ["/bin/shellcheck"]