Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add jsonnetfmt to the docker image.
The Dockerfile was originally just pulling a single jsonnet binary from
jsonnet build. We're using jsonnetfmt for linting, let's include that
one as well.

Signed-off-by: Milan Plzik <[email protected]>
  • Loading branch information
mplzik committed Mar 18, 2020
commit bd9c2568787dda025e03c1a6c6e4dd313a5c8fdd
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ RUN make -C jsonnet LDFLAGS=-static
FROM alpine:3.7
RUN apk --no-cache add make python git openssh-client
COPY --from=0 jsonnet/jsonnet /usr/bin
COPY --from=0 jsonnet/jsonnetfmt /usr/bin