Skip to content
Snippets Groups Projects
Commit a08d944a authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Add initial Dockerfile

parent 2d2a12dd
No related branches found
No related tags found
No related merge requests found
FROM centos:6
RUN sed -i '/^mirrorlist/s/^/#/;/^#baseurl/{s/#//;s/mirror.centos.org\/centos\/$releasever/vault.centos.org\/6.10/}' /etc/yum.repos.d/*B* ; \
yum -y update && yum clean all ; \
yum -y groupinstall -y "Development Tools" ; \
yum -y install cmake
CMD ["/bin/bash"]
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