summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/stun/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/stun/Dockerfile')
-rw-r--r--vendor/github.com/pion/stun/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/pion/stun/Dockerfile b/vendor/github.com/pion/stun/Dockerfile
new file mode 100644
index 0000000..429239a
--- /dev/null
+++ b/vendor/github.com/pion/stun/Dockerfile
@@ -0,0 +1,5 @@
+FROM golang:1.14
+
+COPY . /go/src/github.com/pion/stun
+
+RUN go test github.com/pion/stun