-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4b7dba
commit e59e1d2
Showing
7 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,6 +161,8 @@ RUN apk --no-cache add gettext git htop tree linux-headers libc-dev | |
# Install Rust | ||
RUN apk --no-cache add rust rust-wasm cargo | ||
RUN cargo install cargo-wasi --root=/usr/local | ||
# Newer cargo-component versions use the target name wasm32-wasip1, which isn't supported by Alpine yet. | ||
RUN apk add --no-cache libressl-dev && cargo install '[email protected]' --root=/usr/local | ||
RUN chmod 777 /usr/local/bin | ||
|
||
COPY base.makefile Makefile shopify-app.md /assets/ | ||
|