Skip to content

Instantly share code, notes, and snippets.

@kieranajp
Created September 28, 2016 13:16
Show Gist options
  • Save kieranajp/54ca0004886810b7023044c1131b25ff to your computer and use it in GitHub Desktop.
Save kieranajp/54ca0004886810b7023044c1131b25ff to your computer and use it in GitHub Desktop.
Update alpine go dockerfile
FROM golang:1.7.1-alpine
RUN apk --update add make \
&& rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment