Merge pull request #609 from Artanicus/master

Fix Docker build for alpine:3.14
pull/662/head
Igor Chubin 3 years ago committed by GitHub
commit d4aa8b1fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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