mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-09 19:02:28 +08:00
添加 github.com/pion/dtls 代码
This commit is contained in:
11
dtls-2.0.9/e2e/Dockerfile
Normal file
11
dtls-2.0.9/e2e/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM golang:1.14-alpine3.11
|
||||
|
||||
RUN apk add --no-cache \
|
||||
openssl
|
||||
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
COPY . /go/src/github.com/pion/dtls
|
||||
WORKDIR /go/src/github.com/pion/dtls/e2e
|
||||
|
||||
CMD ["go", "test", "-tags=openssl", "-v", "."]
|
Reference in New Issue
Block a user