mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Merge pull request #190 from PeterDaveHello/patch-1
Update Dockerfile base image to Ubuntu 18.04
This commit is contained in:
commit
e71bc57523
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue