Skip to content

Commit 9b015e2

Browse files
committed
Remove binaryen package / dir also in workspace-optimizer
1 parent 36e8229 commit 9b015e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace-optimizer.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN sha256sum /tmp/binaryen.tar.gz | grep 9f8397a12931df577b244a27c293d7c976bc7e
2323
# Extract and install wasm-opt
2424
RUN tar -xf /tmp/binaryen.tar.gz --wildcards '*/wasm-opt'
2525
RUN mv binaryen-version_*/wasm-opt /usr/local/bin
26+
RUN rm -rf binaryen-version_*/ /tmp/binaryen.tar.gz
2627

2728
# Check wasm-opt version
2829
RUN wasm-opt --version

0 commit comments

Comments
 (0)