Created
June 25, 2024 16:10
-
-
Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.
runwasi build environment in Amazon Linux 2023
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
FROM amazonlinux:2023 | |
RUN dnf install git make automake gcc protobuf-compiler libseccomp-devel clang-devel libzstd-devel -y | |
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y | |
RUN echo 'source $HOME/.cargo/env' >> $HOME/.profile | |
ENV ENV="/root/.profile" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment