added dev dockerfile

This commit is contained in:
Ludwig Lehnert 2024-03-02 13:53:56 +01:00
parent 34160a03af
commit 49ee4ff42d

10
compiler/dev.Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM ubuntu:latest
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
cmake clang \
llvm-15 llvm-15-dev llvm-15-doc llvm-15-tools \
mlir-15-tools libmlir-15 libmlir-15-dev \
libboost-dev libboost-doc