Skip to content

Commit

Permalink
fix: fixup Dockerfile after last change
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Sep 25, 2024
1 parent b487060 commit 1080191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-build-info/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk add -U clang lld wasi-sdk
RUN apk info -v >/home/node/metadata/apk-info

# Install BINARYEN
RUN CURRENT_ARCH=`arch` &&
RUN CURRENT_ARCH=`arch` && \
wget https://github.com/WebAssembly/binaryen/releases/download/version_$BINARYEN_VERSION/binaryen-version_$BINARYEN_VERSION-$CURRENT_ARCH-linux.tar.gz && \
tar -zxvf binaryen-version_$BINARYEN_VERSION-$CURRENT_ARCH-linux.tar.gz binaryen-version_$BINARYEN_VERSION/bin/wasm-opt && \
mv binaryen-version_$BINARYEN_VERSION/bin/wasm-opt ./ && \
Expand Down

0 comments on commit 1080191

Please sign in to comment.