From c61f6de7942c12a4a83a98df9a0bbe4104b44516 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Tue, 12 Jun 2018 17:41:06 -0400 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d94b623..70041d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from ubuntu:14.04 +from ubuntu:18.04 # Install prerequisites run apt-get update && apt-get install -y \