tests: switch docker image to non-alpine [skip ci]

this way we can slightly simplify e2e
This commit is contained in:
Leo Antunes 2019-07-13 10:49:22 +02:00
parent ddfc751b71
commit 1c26b706f8
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# pushed as costela/wesher-test to speed up testing
FROM golang:1.12-alpine
# stick to non-alpine so we can reuse build from travis host (avoid libc compat issues)
FROM golang:1.12
RUN apk update && apk add git make gcc
RUN go get -d golang.zx2c4.com/wireguard \