Skip to content

Commit

Permalink
Merge pull request #90 from crystal-lang/fix/curl-http2
Browse files Browse the repository at this point in the history
Fix broken linux dist caused by curl regression
  • Loading branch information
straight-shoota authored May 3, 2021
2 parents eb49720 + 5f3159f commit 67cc662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ARG release
ENV CFLAGS="-fPIC -pipe ${release:+-O2}"
ENV CC="clang-8"

# Termporary pinning libcurl oldrelease because current (7.74.0) is broken
RUN apt-get install -y --allow-downgrades libcurl3-gnutls=7.64.0-4+deb10u2

# Build libgc
ARG gc_version
ARG libatomic_ops_version
Expand Down

0 comments on commit 67cc662

Please sign in to comment.