Browse Source
Merge pull request #609 from Artanicus/master
Fix Docker build for alpine:3.14
pull/662/head
Igor Chubin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 \ |
|
|
|
|