Skip to content

Commit

Permalink
fix yq package install
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Nov 21, 2020
1 parent 7e91c6b commit 7ce487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Container image that runs your code
FROM sensu/sensu:latest
RUN echo '$MIRROR/alpine/v$VERSION/community' >> /etc/apk/repositories
RUN echo 'http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
RUN apk update
RUN apk add jq yq

Expand Down

0 comments on commit 7ce487a

Please sign in to comment.