Moved worker and orborus to run with shuffle-shared

This commit is contained in:
frikky
2021-03-20 16:16:53 +01:00
parent 49564cdc44
commit 8148eb924c
12 changed files with 553 additions and 154 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ RUN go get github.com/docker/docker/api/types && \
go get github.com/docker/docker/api/types/container && \
go get github.com/docker/docker/client && \
go get github.com/gorilla/mux && \
go get github.com/patrickmn/go-cache
go get github.com/patrickmn/go-cache && \
go get github.com/frikky/shuffle-shared
RUN go build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o worker .