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

Commit

Permalink
Merge pull request #813 from lpabon/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix glide in dockerfile
  • Loading branch information
lpabon committed Jul 24, 2017
2 parents e0ec337 + 4b70a8a commit 5b94df7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extras/docker/fromsource/Dockerfile
Expand Up @@ -11,11 +11,9 @@ ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
ENV HEKETI_BRANCH="master"

RUN curl https://glide.sh/get | sh

# install dependencies, build and cleanup
RUN mkdir $BUILD_HOME $GOPATH && \
dnf -q -y install golang git && \
dnf -q -y install glide golang git && \
dnf -q -y install make && \
dnf -q -y clean all && \
mkdir -p $GOPATH/src/github.com/heketi && \
Expand Down

0 comments on commit 5b94df7

Please sign in to comment.