Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge d22d9b6 into 66f7b09
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Jan 6, 2017
2 parents 66f7b09 + d22d9b6 commit fb087e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/docker/unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV BUILD_HOME=/build
ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
ENV HEKETIC_CONF_DIR=/etc/heketi
ENV HEKETI_BRANCH="release/2"

# install dependencies, build and cleanup
RUN mkdir $BUILD_HOME $GOPATH $HEKETI_CONF_DIR && \
Expand All @@ -18,7 +19,7 @@ RUN mkdir $BUILD_HOME $GOPATH $HEKETI_CONF_DIR && \
dnf -q -y clean all && \
mkdir -p $GOPATH/src/github.com/heketi && \
cd $GOPATH/src/github.com/heketi && \
git clone https://github.com/heketi/heketi.git && \
git clone -b $HEKETI_BRANCH https://github.com/heketi/heketi.git && \
go get github.com/tools/godep && \
cd $GOPATH/src/github.com/heketi/heketi && make && \
cp heketi /usr/bin/heketi && \
Expand Down

0 comments on commit fb087e8

Please sign in to comment.