Skip to content

Commit

Permalink
Merge pull request openalpr#690 from josephfrazier/docker-ubuntu-18.04
Browse files Browse the repository at this point in the history
Use Ubuntu 18.04 in Dockerfile
  • Loading branch information
matthill authored Jun 15, 2018
2 parents 1be5929 + 61e98b4 commit 5097221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ubuntu:14.04
from ubuntu:18.04

# Install prerequisites
run apt-get update && apt-get install -y \
run apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
cmake \
curl \
Expand Down

0 comments on commit 5097221

Please sign in to comment.