mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Add Dockerfile for CI environment
This commit is contained in:
parent
e6e159517d
commit
912c083353
12
util/ci.Dockerfile
Normal file
12
util/ci.Dockerfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user