Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tzmfreedom committed May 6, 2017
1 parent 5c372af commit 4812074
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
FROM golang:1.7.5-onbuild
ENTRYPOINT ["app"]
FROM alpine:3.4
MAINTAINER Makoto Tajitsu

RUN apk -U add curl bash && \
rm -rf /var/cache/apk/* && \
curl -sL http://install.freedom-man.com/spm | bash
ENTRYPOINT ["spm"]

0 comments on commit 4812074

Please sign in to comment.