Fix Docker build for alpine:3.14

llvm-config is now deployed as /usr/bin/llvm10-config
pull/609/head
Artanicus 3 years ago
parent c192f6e0a5
commit fa4d3878bb

@ -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 \

Loading…
Cancel
Save