Skip to content

Commit da71230

Browse files
author
Josh Fyne
committed
Closes #2
1 parent bb9e277 commit da71230

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
from golang:alpine as builder
2-
RUN apk --no-cache add git
2+
RUN apk --no-cache add git curl
3+
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh && \
4+
mkdir -p $GOPATH/src/github.com/improbable-eng/grpc-web && \
5+
cd $GOPATH/src/github.com/improbable-eng && \
6+
git clone https://github.com/improbable-eng/grpc-web && \
7+
cd grpc-web && \
8+
dep ensure
39
RUN go get -u github.com/improbable-eng/grpc-web/go/grpcwebproxy
410

511
from alpine

0 commit comments

Comments
 (0)