Skip to content

ep76/docker-tsduck-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tsduck-static

A Docker image for TSDuck, statically compiled with musl

CI DockerHub DockerHub

Usage

In shell

$ docker run --rm ep76/tsduck-static:latest --version
# <version string>

In Dockerfile

# For the binaries:
COPY --from=ep76/tsduck-static:latest /usr /usr
# For the library:
COPY --from=ep76/libtsduck-static:latest /usr /usr

License

MIT