Commit ab43a931 authored by Jakob Otto's avatar Jakob Otto

Add centos-8

parent 55e45181
FROM centos:8
RUN yum install -y \
cmake \
gcc-c++ \
git \
make \
openssl-devel \
&& yum clean all
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment