Skip to content

Commit

Permalink
dev: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Dec 30, 2018
1 parent 73e8455 commit 5eeffe0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM deepfabric/centos

RUN yum -y install go \
&& yum -y install make \
&& go get github.com/funny/slab \
&& go get github.com/deepfabric/c-nemo \
&& go get github.com/deepfabric/go-nemo
FROM deepfabric/go

RUN yum group -y install "Development Tools" \
&& go get github.com/funny/slab \
&& go get github.com/deepfabric/c-nemo \
&& go get github.com/deepfabric/go-nemo

3 changes: 3 additions & 0 deletions Dockerfile-go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM deepfabric/centos

RUN yum -y install go

0 comments on commit 5eeffe0

Please sign in to comment.