2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-10 14:47:06 +00:00
2022-04-06 11:48:16 +02:00

6 lines
88 B
Docker

FROM golang:1.14
COPY . /go/src/github.com/pion/stun
RUN go test github.com/pion/stun