diff --git a/Dockerfile b/Dockerfile index a776033..805f022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,15 @@ ARG UBUNTU_VERSION=20.04 ARG LLVM_VERSION=14 -LABEL org.opencontainers.image.source=https://github.com/EnzymeAD/llvm-docker -LABEL org.opencontainers.image.description="LLVM build for use in Enzyme CI" -LABEL org.opencontainers.image.licenses=MIT - FROM ubuntu:20.04 AS builder ARG LLVM_VERSION ARG BUILD_TYPE +LABEL org.opencontainers.image.source=https://github.com/EnzymeAD/llvm-docker +LABEL org.opencontainers.image.description="LLVM build for use in Enzyme CI" +LABEL org.opencontainers.image.licenses=MIT + ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -q && apt-get install --no-install-recommends -y ca-certificates software-properties-common gcc g++ cmake ninja-build build-essential python3 python3-distutils git unzip zlib1g-dev \