Clean up dependency packages in Docker (#380)

pull/386/head
Andy Li 11 months ago committed by GitHub
parent 52536f2f69
commit f1ebc52a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@ RUN apt-get update && \
\
apt-get update && \
apt-get install -y clang-${LLVM_VERSION} lld-${LLVM_VERSION} cmake ninja-build make autoconf autogen automake libtool && \
apt-get remove -y curl gnupg && \
apt-get autoremove -y curl gnupg && \
rm -rf /var/lib/apt/lists/*
COPY --from=dist /wasi-sdk/share/wasi-sysroot/ /wasi-sysroot/

Loading…
Cancel
Save