mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
renamed ci file
This commit is contained in:
17
containers/Containerfile
Normal file
17
containers/Containerfile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user