This commit is contained in:
Liliesh 2024-04-18 20:23:26 +02:00
parent 5d4029c8b6
commit 01d30491ac
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
3 changed files with 23 additions and 11 deletions

View file

@ -9,6 +9,6 @@ RUN dnf install -y dpkg
RUN dnf install -y rust cargo
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="$HOME/.cargo/bin:$PATH"
ENV PATH="/root/.cargo/bin:$PATH"
CMD [ "/bin/bash" ]