Created
June 25, 2024 16:10
-
-
Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.
Revisions
-
hone created this gist
Jun 25, 2024 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 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"