Use Ubuntu 18.04 in Dockerfile

This fixes recognition of plates in EXIF-oriented images. See here for
details: https://github.com/openalpr/cloudapi/issues/16#issuecomment-396740100
This commit is contained in:
Joseph Frazier
2018-06-12 17:41:06 -04:00
parent d25774cf7b
commit c61f6de794

View File

@@ -1,4 +1,4 @@
from ubuntu:14.04 from ubuntu:18.04
# Install prerequisites # Install prerequisites
run apt-get update && apt-get install -y \ run apt-get update && apt-get install -y \