Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Dec 12, 2024
1 parent 37545fa commit 6509753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/azurelinux/3.0/net10.0/webassembly/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ RUN curl -sSL https://netcorenativeassets.blob.core.windows.net/resource-package

# Install Wasi toolchain
ENV WASI_SDK_VERSION=25.0
ENV WASI_SDK_MAJOR_VERSION=25
ENV WASI_SDK_PATH=/usr/local/wasi-sdk
ENV WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION}/wasi-sdk-${WASI_SDK_VERSION}-linux.tar.gz
ENV WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_MAJOR_VERSION}/wasi-sdk-${WASI_SDK_VERSION}-linux.tar.gz

RUN mkdir -p ${WASI_SDK_PATH} \
&& cd /tmp \
Expand Down

0 comments on commit 6509753

Please sign in to comment.