This commit is contained in:
Sivert V. Sæther
2021-05-18 03:52:55 +02:00
parent cd90026a53
commit f96572981d
2 changed files with 3 additions and 3 deletions

View File

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