Skip to content
Snippets Groups Projects
Commit 875a5177 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'update-git' into 'master'

Fix order of packages in centos base 7

See merge request common/dockerfiles!12
parents 8feffe7c 67eda655
No related branches found
No related tags found
No related merge requests found
FROM centos:7.4.1708
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN yum install -y ant bison flex-devel gcc gcc-c++ gcc-gfortran gdb make cmake glibc-static strace && yum clean -y all
RUN yum install -y autoconf perl-CPAN gettext-devel perl-devel openssl-devel libcurl-devel expat-devel wget && yum clean -y all
RUN export VER="2.25.1" && \
......@@ -15,5 +16,4 @@ FROM centos:7.4.1708
rm -rf git-*
RUN yum install -y subversion && yum clean -y all
RUN yum install -y ant bison flex-devel gcc gcc-c++ gcc-gfortran gdb make cmake glibc-static strace && yum clean -y all
RUN yum install -y doxygen && yum clean -y all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment