Merge pull request #190 from PeterDaveHello/patch-1

Update Dockerfile base image to Ubuntu 18.04
This commit is contained in:
Marko Viitanen 2018-03-18 11:04:43 +02:00 committed by GitHub
commit e71bc57523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@
# ffmpeg -i input.avi -an -f rawvideo -pix_fmt yuv420p - | docker run -i -a STDIN -a STDOUT kvazaar -i - --wpp --threads=8 --input-res=$RESOLUTION --preset=ultrafast -o - > output.265
#
# Use Ubuntu 15.10 as a base for now, it's around 136MB
FROM ubuntu:15.10
# Use Ubuntu 18.04 as a base for now, it's around 88MB
FROM ubuntu:18.04
MAINTAINER Marko Viitanen <fador@iki.fi>