FROM docker-registry.csc.mpi-magdeburg.mpg.de:5000/ci-images/base/ubuntu:bionic
ADD scripts/*.sh /root/
RUN bash /root/build-cmake.sh 

