We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52031a4 commit 6694cefCopy full SHA for 6694cef
Dockerfile
@@ -14,5 +14,6 @@ FROM alpine:latest
14
RUN apk add --no-cache libstdc++
15
16
COPY --from=builder /opt/jsonnet/jsonnet /usr/local/bin
17
+COPY --from=builder /opt/jsonnet/jsonnetfmt /usr/local/bin
18
19
ENTRYPOINT ["/usr/local/bin/jsonnet"]
0 commit comments