big brain

This commit is contained in:
Sivert V. Sæther
2021-05-18 03:19:12 +02:00
parent c5057dd582
commit cd90026a53
2 changed files with 43 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM archlinux:latest
FROM archlinux:base-devel
RUN pacman -Suyy\
rustup
RUN rustup toolchain install stabile
RUN pacman -Suyy --noconfirm\
rustup podman
RUN rustup toolchain install stable
CMD [ "bash" ]