Skip to content

Commit

Permalink
fixup! Move CI to testing in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster committed May 20, 2021
1 parent f7640e3 commit 6100098
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/liqonet/Dockerfile
Expand Up @@ -8,14 +8,11 @@ RUN cargo build --bin boringtun --release
FROM golang:1.16 AS goBuilder
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

WORKDIR /go/src/github.com/liqotech/liqo
COPY go.mod ./go.mod
COPY go.sum ./go.sum
RUN go mod download
COPY . ./
RUN apk update && apk add git make
COPY . /go/src/github.com/liqotech/liqo
WORKDIR /go/src/github.com/liqotech/liqo
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(go env GOARCH) go build ./cmd/liqonet/
RUN cp liqonet /usr/bin/liqonet
Expand Down

0 comments on commit 6100098

Please sign in to comment.