#373: Added basic fix to the Worker

This commit is contained in:
frikky
2021-05-18 10:52:10 +02:00
parent 0696febd52
commit 4c6c6ba9c5
4 changed files with 27 additions and 24 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ RUN go get github.com/docker/docker/api/types && \
go get github.com/gorilla/mux && \
go get github.com/patrickmn/go-cache && \
go get github.com/frikky/shuffle-shared && \
go get github.com/satori/go.uuid
go get github.com/satori/go.uuid && \
go get github.com/fsouza/go-dockerclient && \
go get google.golang.org/grpc/balancer/grpclb@v1.37.1
RUN go build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o worker .