Bugfixes for subflows and user inputs
This commit is contained in:
@@ -11,7 +11,11 @@ RUN go get github.com/docker/docker/api/types && \
|
||||
go get github.com/mackerelio/go-osstat/cpu && \
|
||||
go get github.com/mackerelio/go-osstat/memory && \
|
||||
go get github.com/satori/go.uuid && \
|
||||
go get github.com/shuffle/shuffle-shared
|
||||
go get github.com/shuffle/shuffle-shared && \
|
||||
go get github.com/shirou/gopsutil
|
||||
|
||||
RUN go get
|
||||
RUN go mod tidy
|
||||
RUN go build
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o orborus .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user