Skip to content

Commit

Permalink
add go to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 28, 2016
1 parent 4801723 commit b4dd05b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitdefender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 28,9 @@ RUN buildDeps='ca-certificates \
&& ARCH="$(dpkg --print-architecture)" \
&& wget https://storage.googleapis.com/golang/go$GO_VERSION.linux-$ARCH.tar.gz -O /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& echo "Building malice-bitdefender Go binary..." \
&& cd /go/src/github.com/maliceio/malice-bitdefender \
&& export PATH=$PATH:/usr/local/go/bin \
&& export GOPATH=/go \
&& go version \
&& go get \
Expand Down
2 changes: 1 addition & 1 deletion comodo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 24,9 @@ RUN buildDeps='ca-certificates \
&& ARCH="$(dpkg --print-architecture)" \
&& wget https://storage.googleapis.com/golang/go$GO_VERSION.linux-$ARCH.tar.gz -O /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& echo "Building malice-comodo Go binary..." \
&& cd /go/src/github.com/maliceio/malice-comodo \
&& export PATH=$PATH:/usr/local/go/bin \
&& export GOPATH=/go \
&& go version \
&& go get \
Expand Down
1 change: 1 addition & 0 deletions f-secure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 44,7 @@ RUN buildDeps='ca-certificates \
&& ARCH="$(dpkg --print-architecture)" \
&& wget https://storage.googleapis.com/golang/go$GO_VERSION.linux-$ARCH.tar.gz -O /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& echo "Building drweb malscan Go binary..." \
&& cd /go/src/github.com/maliceio/malice-fsecure \
&& export GOPATH=/go \
Expand Down
1 change: 1 addition & 0 deletions fprot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 29,7 @@ RUN buildDeps='ca-certificates \
&& ARCH="$(dpkg --print-architecture)" \
&& wget https://storage.googleapis.com/golang/go$GO_VERSION.linux-$ARCH.tar.gz -O /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& echo "Building info Go binary..." \
&& cd /go/src/github.com/maliceio/malice-fprot \
&& export GOPATH=/go \
Expand Down
1 change: 1 addition & 0 deletions sophos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 31,7 @@ RUN buildDeps='ca-certificates \
&& ARCH="$(dpkg --print-architecture)" \
&& wget https://storage.googleapis.com/golang/go$GO_VERSION.linux-$ARCH.tar.gz -O /tmp/go.tar.gz \
&& tar -C /usr/local -xzf /tmp/go.tar.gz \
&& export PATH=$PATH:/usr/local/go/bin \
&& echo "Building sophos malscan Go binary..." \
&& cd /go/src/github.com/maliceio/malice-sophos \
&& export GOPATH=/go \
Expand Down

0 comments on commit b4dd05b

Please sign in to comment.