commit
be647e59cb
|
@ -6,7 +6,7 @@
|
||||||
FROM ekidd/rust-musl-builder
|
FROM ekidd/rust-musl-builder
|
||||||
|
|
||||||
# Build a static copy of zlib.
|
# Build a static copy of zlib.
|
||||||
RUN VERS=1.2.8 && \
|
RUN VERS=1.2.11 && \
|
||||||
cd /home/rust/libs && \
|
cd /home/rust/libs && \
|
||||||
curl -LO http://zlib.net/zlib-$VERS.tar.gz && \
|
curl -LO http://zlib.net/zlib-$VERS.tar.gz && \
|
||||||
tar xzf zlib-$VERS.tar.gz && cd zlib-$VERS && \
|
tar xzf zlib-$VERS.tar.gz && cd zlib-$VERS && \
|
||||||
|
|
Loading…
Reference in a new issue