Skip to content
Snippets Groups Projects
Commit 700af9ae authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- upgraded to centos 6.10

parent 064d4630
No related branches found
No related tags found
No related merge requests found
FROM centos:6.9 FROM centos:6.10
MAINTAINER Andreas Romeyke <romeyke@slub-dresden.de> 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 # 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 # checkit_tiff with rules compatible to 0.3.1 based on Handreichung TIFF v1.2
...@@ -26,16 +26,21 @@ ENV PATCH="\ ...@@ -26,16 +26,21 @@ ENV PATCH="\
# based on https://hub.docker.com/r/rpmbuild/centos6/ # 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 ## install base environment
RUN yum install -y \ RUN yum install -v -y libtool
libtool libtool-ltdl \ RUN yum install -v -y libtool-ltdl
make cmake \ RUN yum install -v -y make cmake
pkgconfig \ RUN yum install -v -y pkgconfig
sudo \ RUN yum install -v -y sudo
automake autoconf \ RUN yum install -v -y automake autoconf
wget \ RUN yum install -v -y wget
yum-utils rpm-build && \ RUN yum install -v -y yum-utils rpm-build
yum clean all
RUN wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo 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 # 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 RUN yum install -y devtoolset-2-git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment