Remove libcurl to prevent wasm-pack segfault in libssl

This commit is contained in:
Michael Vines 2021-12-08 23:39:45 +00:00
parent f4babb7566
commit f32216588d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ RUN set -x \
golang \
unzip \
\
&& apt remove -y libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/* \
&& node --version \
&& npm --version \