renamed ci file

This commit is contained in:
2022-08-07 13:07:02 +02:00
parent 0155169721
commit e7f55a0375
5 changed files with 5 additions and 6 deletions

17
containers/Containerfile Normal file
View File

@@ -0,0 +1,17 @@
FROM quay.io/podman/stable
ENV RUST_VERSION=1.61.0
ENV HOME=/home/root
RUN dnf install gtk4-devel gcc libadwaita-devel -y
RUN dnf install toolbox -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN . $HOME/.cargo/env
ENV PATH=/home/root/.cargo/bin:$PATH
RUN rustup install ${RUST_VERSION}
WORKDIR /mnt
CMD cargo test