update dev dockerfile

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-28 22:06:13 -05:00
parent 63a4646318
commit e7be5585cc
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -1,6 +1,7 @@
FROM golang:alpine
RUN apk add --no-cache \
bash \
build-base \
ca-certificates \
git