We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb49720 + 5f3159f commit 67cc662Copy full SHA for 67cc662
linux/Dockerfile
@@ -11,6 +11,9 @@ ARG release
11
ENV CFLAGS="-fPIC -pipe ${release:+-O2}"
12
ENV CC="clang-8"
13
14
+# Termporary pinning libcurl oldrelease because current (7.74.0) is broken
15
+RUN apt-get install -y --allow-downgrades libcurl3-gnutls=7.64.0-4+deb10u2
16
+
17
# Build libgc
18
ARG gc_version
19
ARG libatomic_ops_version
0 commit comments