We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52536f2 commit f1ebc52Copy full SHA for f1ebc52
docker/Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && \
30
\
31
apt-get update && \
32
apt-get install -y clang-${LLVM_VERSION} lld-${LLVM_VERSION} cmake ninja-build make autoconf autogen automake libtool && \
33
- apt-get remove -y curl gnupg && \
+ apt-get autoremove -y curl gnupg && \
34
rm -rf /var/lib/apt/lists/*
35
36
COPY --from=dist /wasi-sdk/share/wasi-sysroot/ /wasi-sysroot/
0 commit comments