Dockerfile.user 203 B

12345
  1. RUN wget -c https://github.com/odin-lang/Odin/releases/download/dev-2024-03/odin-ubuntu-amd64-dev-2024-03.zip
  2. RUN unzip odin-ubuntu-amd64-dev-2024-03.zip
  3. RUN unzip dist.zip
  4. RUN mv dist .odin
  5. RUN rm *.zip