Skip to content

Instantly share code, notes, and snippets.

@hone
Created June 25, 2024 16:10
Show Gist options
  • Select an option

  • Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.

Select an option

Save hone/ca0185323129ca0bfb2f25af740053bd to your computer and use it in GitHub Desktop.

Revisions

  1. hone created this gist Jun 25, 2024.
    6 changes: 6 additions & 0 deletions Dockerfile
    Original 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"