Updated franky
This commit is contained in:
parent
01d30491ac
commit
3303d62959
3 changed files with 16 additions and 18 deletions
14
rust/Dockerfile
Normal file
14
rust/Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM rockylinux:9.3
|
||||
|
||||
# Install base
|
||||
RUN dnf install -y rpmdevtools rpmlint epel-release
|
||||
RUN dnf group install -y "Development Tools"
|
||||
RUN dnf install -y dpkg
|
||||
|
||||
# Install lang specifics
|
||||
RUN dnf install -y rust cargo
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
ENV PATH="/root/.cargo/bin:$PATH"
|
||||
|
||||
CMD [ "/bin/bash" ]
|
Loading…
Add table
Add a link
Reference in a new issue