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.
1 parent bc1d68c commit da35778Copy full SHA for da35778
Dockerfile
@@ -29,7 +29,7 @@ RUN ln -s /usr/local/lib/libsqlite3.so.0 /usr/local/lib/libsqlite3.so
29
30
# Zstandard -- hacked with -fPIC for use with ZSTD_WHOLE_ARCHIVE
31
WORKDIR /work
32
-RUN wget -nv -O - https://github.com/facebook/zstd/archive/v${ZSTD_VERSION}/v${ZSTD_VERSION}.tar.gz | tar zx
+RUN wget -nv -O - https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.gz | tar zx
33
WORKDIR /work/zstd-${ZSTD_VERSION}
34
RUN CFLAGS="${CFLAGS} -fPIC" make install -j $(nproc)
35
0 commit comments