tests: switch docker image to non-alpine [skip ci]
this way we can slightly simplify e2e
This commit is contained in:
parent
ddfc751b71
commit
1c26b706f8
|
@ -1,6 +1,5 @@
|
||||||
# pushed as costela/wesher-test to speed up testing
|
# stick to non-alpine so we can reuse build from travis host (avoid libc compat issues)
|
||||||
|
FROM golang:1.12
|
||||||
FROM golang:1.12-alpine
|
|
||||||
|
|
||||||
RUN apk update && apk add git make gcc
|
RUN apk update && apk add git make gcc
|
||||||
RUN go get -d golang.zx2c4.com/wireguard \
|
RUN go get -d golang.zx2c4.com/wireguard \
|
||||||
|
|
Loading…
Reference in New Issue