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
This commit is contained in:
James R. Barlow
2017-10-08 12:13:20 -07:00
parent 34fc1f5fd7
commit aed9814345
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
# OCRmyPDF
#
# VERSION 4.4.2
FROM ubuntu:16.10
FROM ubuntu:17.04
MAINTAINER James R. Barlow <jim@purplerock.ca>
RUN apt-get update && apt-get install -y --no-install-recommends \
+1 -2
View File
@@ -1,7 +1,6 @@
# OCRmyPDF
#
# VERSION 4.4.2
FROM ubuntu:16.10
FROM ubuntu:17.04
MAINTAINER James R. Barlow <jim@purplerock.ca>
RUN apt-get update && apt-get install -y --no-install-recommends \