Skip to content

Commit

Permalink
docker: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Feb 9, 2018
1 parent 81828d9 commit 3b800f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-cell
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM golang:1.9.2

RUN mkdir -p /apps/deepfabric

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-dev
@@ -1,4 +1,4 @@
FROM golang
FROM golang:1.9.2

RUN apt-get update \
&& apt-get -y install libsnappy-dev \
Expand All @@ -8,4 +8,4 @@ RUN apt-get update \
&& apt-get -y install libjemalloc-dev

RUN go get github.com/deepfabric/c-nemo \
&& go get github.com/deepfabric/go-nemo
&& go get github.com/deepfabric/go-nemo
4 changes: 2 additions & 2 deletions Dockerfile-quickstart
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM golang:1.9.2

RUN mkdir -p /apps/deepfabric/cfg \
&& mkdir -p /apps/deepfabric/log \
Expand Down Expand Up @@ -29,4 +29,4 @@ RUN chmod +x /apps/deepfabric/pd \

WORKDIR /apps/deepfabric

ENTRYPOINT ./entrypoint-quickstart.sh
ENTRYPOINT ./entrypoint-quickstart.sh
2 changes: 1 addition & 1 deletion build.sh 100644 → 100755
Expand Up @@ -29,4 +29,4 @@ build_binary $1
build_image $1 pd
build_image $1 cell
build_image $1 proxy
build_image $1 quickstart
build_image $1 quickstart

0 comments on commit 3b800f5

Please sign in to comment.