Add Dockerfile for CI environment

This commit is contained in:
Max Lübke 2024-03-07 13:39:14 +00:00
parent e6e159517d
commit 912c083353

12
util/ci.Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM debian
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y \
cmake-curses-gui \
clangd \
git \
libeigen3-dev \
libopenmpi-dev \
r-cran-rcpp \
r-cran-rinside \
libssl-dev