aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-06Download ffmpeg in a separate layerAndrew Rabert
This slightly speeds up rebuilding since the ffmpeg layer cache is used even when Jellyfin source is changed.
2019-01-06Fix Skia in DockerAndrew Rabert
2019-01-06Remove deprecation warning from DockerAndrew Rabert
2019-01-05helps if the arg is within that bit of the dockerfilebfayers
2019-01-05clean up how extracting tar is done; just put it in /usr/bin instead of ↵bfayers
symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm
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