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
parent
commit
d4aa8b1fb0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

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