From 700af9ae86d8d06dd08efc5e3fae20223e7c2163 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Tue, 9 Jul 2019 10:53:08 +0200
Subject: [PATCH] - upgraded to centos 6.10

---
 deploy_checkit_tiff/Dockerfile | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/deploy_checkit_tiff/Dockerfile b/deploy_checkit_tiff/Dockerfile
index f232ca0..d64e378 100644
--- a/deploy_checkit_tiff/Dockerfile
+++ b/deploy_checkit_tiff/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos:6.9
+FROM centos:6.10
 MAINTAINER Andreas Romeyke <romeyke@slub-dresden.de>
 # current could be 0.3.1 or 0.4.0, because 0.4.0 is bugfixed version of
 # checkit_tiff with rules compatible to 0.3.1 based on Handreichung TIFF v1.2
@@ -26,16 +26,21 @@ ENV PATCH="\
 
 
 # based on https://hub.docker.com/r/rpmbuild/centos6/
+## next steps needed because deprecated certificates
+RUN yum clean all -y
+RUN yum check -y
+RUN yum update ca-certificates -y
+RUN yum upgrade -y
+
 ## install base environment
-RUN yum install -y \
-                   libtool libtool-ltdl \
-                   make cmake \
-                   pkgconfig \
-                   sudo \
-                   automake autoconf \
-                   wget \
-                   yum-utils rpm-build && \
-    yum clean all
+RUN yum install -v -y libtool
+RUN yum install -v -y libtool-ltdl
+RUN yum install -v -y make cmake 
+RUN yum install -v -y pkgconfig 
+RUN yum install -v -y sudo 
+RUN yum install -v -y automake autoconf 
+RUN yum install -v -y wget 
+RUN yum install -v -y yum-utils rpm-build 
 RUN wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo
 # git [devtools-2] (1.8.4) for "rev-list --count" feature, git [centos6] (1.7.1) too old
 RUN yum install -y devtoolset-2-git
-- 
GitLab