Remove libcurl to prevent wasm-pack segfault in libssl
This commit is contained in:
parent
f4babb7566
commit
f32216588d
|
@ -27,6 +27,7 @@ RUN set -x \
|
||||||
golang \
|
golang \
|
||||||
unzip \
|
unzip \
|
||||||
\
|
\
|
||||||
|
&& apt remove -y libcurl4-openssl-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& node --version \
|
&& node --version \
|
||||||
&& npm --version \
|
&& npm --version \
|
||||||
|
|
Loading…
Reference in New Issue