Skip to content

Commit

Permalink
Fix typo, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes committed Oct 20, 2020
1 parent 07b7d67 commit 2c2a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ FROM alpine:3.7
RUN apk --no-cache add make python git openssh-client bash
COPY --from=jsonnet-builder jsonnet/jsonnet /usr/bin
COPY --from=jsonnet-builder jsonnet/jsonnetfmt /usr/bin
COPY --from=jb-builder /usr/bin/jb /urs/bin
COPY --from=jb-builder /usr/bin/jb /usr/bin
COPY --from=mixtool-builder /go/bin/mixtool /usr/bin

0 comments on commit 2c2a0cf

Please sign in to comment.