aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-01-05remove commented apt installs for ffmpegbfayers
2019-01-04use ffmpeg 4.0.3 instead of distro provided (fixes chromecast + androidtv)bfayers
2018-12-18Remove PUID and PGUID env varsAndrew Rabert
Use Docker's built-in `user` option instead. Ex. `docker run --user 1000:1000 jellyfin/jellyfin`
2018-12-16Simplify Docker buildAndrew Rabert
- Remove unnecessary build command (implied in publish) - Remove unnecessary solution arg - Move arg to command
2018-12-12Fix DockerfileBond-009
2018-12-11Opt out of .NET telemetryAndrew Rabert
2018-12-10Add jellyfin Docker imageAndrew Rabert