diff --git a/Dockerfile b/Dockerfile index 2ef4f3d..a7a8003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ WORKDIR /app COPY ./requirements.txt /app -ENV LLVM_CONFIG=/usr/bin/llvm-config +ENV LLVM_CONFIG=/usr/bin/llvm10-config RUN apk add --no-cache --virtual .build \ autoconf \