Skip to content

Commit

Permalink
Merge pull request #1 from AdamKearn/master
Browse files Browse the repository at this point in the history
update zlib package url
  • Loading branch information
DerZade authored May 28, 2023
2 parents 9e47764 + 84da890 commit 374a873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN emcmake cmake .. && emmake make && emmake make install

# Install zlib
WORKDIR /tmp
RUN curl -L wget http:https://www.zlib.net/zlib-1.2.11.tar.gz | tar xz
RUN curl -L wget https:https://zlib.net/fossils/zlib-1.2.11.tar.gz | tar xz
WORKDIR zlib-1.2.11
RUN ./configure && emmake make install

Expand Down

0 comments on commit 374a873

Please sign in to comment.