Install missing dep (#72)

This commit is contained in:
Steven Jack 2018-04-19 18:57:12 +01:00 committed by Anthony De Meulemeester
parent 2cdfee211a
commit a73757df66
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.41.1 0.41.2

View file

@ -82,7 +82,7 @@ jobs:
docker: docker:
- image: alpine - image: alpine
steps: steps:
- run: apk update && apk add git make - run: apk update && apk add git make curl tar
- checkout - checkout
- restore_cache: - restore_cache:
key: dependency-cache-{{ checksum "Gopkg.toml" }}-{{ checksum "VERSION" }} key: dependency-cache-{{ checksum "Gopkg.toml" }}-{{ checksum "VERSION" }}