Remove libcurl to prevent wasm-pack segfault in libssl

(cherry picked from commit f32216588d)
This commit is contained in:
Michael Vines
2021-12-08 23:39:45 +00:00
parent 85f601993f
commit 539ad4bea6

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 \