aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-09-03 14:11:45 -0400
committer无闻 <joe2010xtmf@163.com>2014-09-03 14:11:45 -0400
commit714de0a3afb9ca305866df3c2c00ceb1b6649283 (patch)
tree1dacca1ff3c75af331aadcd8f13977c84819273c
parentf36f9e07b78d078c89b57437a12c85ea8218fa1c (diff)
parent863a4d5bc4b1e1237e259325ac30c111755c9a02 (diff)
Merge pull request #437 from tstorch/docker-update
Use variables, when the're there
-rw-r--r--docker/blocks/docker_gogs_dev/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/blocks/docker_gogs_dev/Dockerfile b/docker/blocks/docker_gogs_dev/Dockerfile
index a016409f..d1b96bf4 100644
--- a/docker/blocks/docker_gogs_dev/Dockerfile
+++ b/docker/blocks/docker_gogs_dev/Dockerfile
@@ -32,7 +32,7 @@ ENV GOGS_PATH $GOPATH/src/github.com/gogits/gogs
ENV GOGS_CUSTOM_CONF_PATH $GOGS_PATH/custom/conf
ENV GOGS_CUSTOM_CONF $GOGS_CUSTOM_CONF_PATH/app.ini
-RUN git clone -b dev https://github.com/gogits/gogs.git $GOPATH/src/github.com/gogits/gogs
+RUN git clone -b dev https://github.com/gogits/gogs.git $GOGS_PATH
# WORKDIR $GOGS_PATH
WORKDIR /go/src/github.com/gogits/gogs
RUN go get -d && go build