Skip to content

Commit c5f22a5

Browse files
authored
Merge pull request #56 from stevennyman/patch-1
Fix build
2 parents cc2565d + 7c7fdab commit c5f22a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN CXXFLAGS=-O3 LDFLAGS=-O3 emconfigure ./configure --use-cuda=no --static --st
3232
RUN EMMAKEN_CFLAGS="-r -s ERROR_ON_UNDEFINED_SYMBOLS=0 -Wl,--allow-undefined" emmake make -j $(nproc)
3333

3434
WORKDIR /tmp/zlib
35-
RUN curl --fail -q -L https://zlib.net/zlib-1.2.12.tar.gz | \
35+
RUN curl --fail -q -L https://zlib.net/fossils/zlib-1.2.13.tar.gz | \
3636
tar xz --strip-components=1
3737
RUN emconfigure ./configure --prefix=/opt
3838
RUN emmake make -j $(nproc)

0 commit comments

Comments
 (0)