Commit affa84e6 authored by Jakob Otto's avatar Jakob Otto

Add missing package to centos-8

parent c28e5a4f
...@@ -3,6 +3,8 @@ FROM centos:8 ...@@ -3,6 +3,8 @@ FROM centos:8
RUN yum install -y \ RUN yum install -y \
cmake \ cmake \
gcc-c++ \ gcc-c++ \
libasan \
libubsan \
git \ git \
make \ make \
openssl-devel \ openssl-devel \
......
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