Last active
January 9, 2023 23:36
-
-
Save joshuaspence/b3735676129eac88de8f2e97b1a9d081 to your computer and use it in GitHub Desktop.
multicast-relay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM docker.io/scyto/multicast-relay:latest | |
RUN \ | |
apk update && \ | |
apk add --no-cache git && \ | |
git -C /multicast-relay/ -c pull.ff=only pull origin pull/69/head && \ | |
apk del git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment