Merge pull request #727 from vasya-ryba/fixed-docker-llvm

Set llvm-config version 11
pull/747/head
Igor Chubin 3 years ago committed by GitHub
commit badc3ed836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ WORKDIR /app
COPY ./requirements.txt /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 \ RUN apk add --no-cache --virtual .build \
autoconf \ autoconf \

Loading…
Cancel
Save