mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-14 08:28:03 -05:00
8 lines
266 B
Docker
8 lines
266 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get -y -m update && apt-get install -y cmake python3-numpy g++ gfortran git zip python3-six lcov nano python3-pip wget lsb-core software-properties-common
|
|
|
|
RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
|
|
|
|
ENV PATH "$PATH:/usr/bin"
|