Skip to content

Commit

Permalink
Clean up dependency packages in Docker (WebAssembly#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi authored Feb 10, 2024
1 parent 52536f2 commit f1ebc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f1ebc52

Please sign in to comment.