From 88a0dfd7e4ce2b6981c7b86713802d4108188779 Mon Sep 17 00:00:00 2001 From: vasya-ryba Date: Mon, 9 May 2022 20:41:28 +0400 Subject: [PATCH] set llvm-config version 11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24f1a45..d48c1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ WORKDIR /app COPY ./requirements.txt /app -ENV LLVM_CONFIG=/usr/bin/llvm10-config +ENV LLVM_CONFIG=/usr/bin/llvm11-config RUN apk add --no-cache --virtual .build \ autoconf \