From aed9814345e6b0223402307c81b59f10e994c8fc Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 8 Oct 2017 12:13:20 -0700 Subject: [PATCH] Use Ubuntu 17.04 instead of 16.10 for Docker image (issue #191) Due to 16.10 PPAs no longer being generated by alex-p --- Dockerfile | 3 +-- Dockerfile.tess4 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 203fadf4..2154a7ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # OCRmyPDF # -# VERSION 4.4.2 -FROM ubuntu:16.10 +FROM ubuntu:17.04 MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \ diff --git a/Dockerfile.tess4 b/Dockerfile.tess4 index 76e6cc62..0d116edb 100644 --- a/Dockerfile.tess4 +++ b/Dockerfile.tess4 @@ -1,7 +1,6 @@ # OCRmyPDF # -# VERSION 4.4.2 -FROM ubuntu:16.10 +FROM ubuntu:17.04 MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \