A Docker image for TSDuck, statically compiled with
musl
$ docker run --rm ep76/tsduck-static:latest --version
# <version string>
# For the binaries:
COPY --from=ep76/tsduck-static:latest /usr /usr
# For the library:
COPY --from=ep76/libtsduck-static:latest /usr /usr