fix nomad

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-18 11:39:08 -05:00
parent 459ee74b64
commit 9048fe35ca
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -5,7 +5,6 @@ ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
RUN apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
bash \
ca-certificates \
gcc \
@ -16,6 +15,7 @@ RUN apk add --no-cache \
musl-dev \
npm \
pkgconf \
python2 \
yarn \
zip