github.com/pion/webrtc/v4@v4.0.1/examples/pion-to-pion/offer/Dockerfile (about) 1 # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 2 # SPDX-License-Identifier: MIT 3 4 FROM golang:1.23 5 6 RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/offer@latest 7 8 CMD ["offer"]