Skip to content

Instantly share code, notes, and snippets.

@hone
Created June 25, 2024 16:10
Show Gist options
  • Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.
Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.
runwasi build environment in Amazon Linux 2023
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