diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 1f5e025..1b28496 100755 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -8,8 +8,10 @@ platform: steps: - name: build - image: golang + image: golang:1.14-buster commands: + - apt-get update + - apt-get install libjq-dev - pwd - mkdir -p /go/src/git.martyn.berlin/martyn - ln -s /drone/src /go/src/git.martyn.berlin/martyn/helm-import @@ -61,8 +63,10 @@ platform: steps: - name: build - image: golang + image: golang:1.14-buster commands: + - apt-get update + - apt-get install libjq-dev - pwd - mkdir -p /go/src/git.martyn.berlin/martyn - ln -s /drone/src /go/src/git.martyn.berlin/martyn/helm-import