Skip to content

Instantly share code, notes, and snippets.

@joshuaspence
Last active January 9, 2023 23:36
Show Gist options
  • Save joshuaspence/b3735676129eac88de8f2e97b1a9d081 to your computer and use it in GitHub Desktop.
Save joshuaspence/b3735676129eac88de8f2e97b1a9d081 to your computer and use it in GitHub Desktop.
multicast-relay
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