Skip to content
Snippets Groups Projects
Commit 2d1deadc authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

update CENTOS Dockerfile wrt. renamed powertools repo

parent 519fea86
No related branches found
No related tags found
1 merge request!30Draft: Resolve "Update CI"
Pipeline #78812 failed
# Docker file to build a debian image suitable for building maestro-core # Docker file to build a debian image suitable for building maestro-core
FROM centos FROM centos
RUN yum update -y && yum install -y epel-release dnf-plugins-core 'dnf-command(config-manager)' RUN yum update -y && yum install -y epel-release dnf-plugins-core 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled PowerTools RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN dnf config-manager --set-enabled powertools
RUN yum groupinstall -y 'Development Tools' RUN yum groupinstall -y 'Development Tools'
RUN yum install -y git git-lfs automake gcc pkg-config libtool vim gdb doxygen RUN yum install -y git git-lfs automake gcc pkg-config libtool vim gdb doxygen
RUN yum install -y lib*san RUN yum install -y lib*san
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment