1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00
ironbar/Dockerfile

6 lines
141 B
Text
Raw Normal View History

2025-04-16 23:05:24 +01:00
FROM rust:latest
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
2025-04-16 23:30:08 +01:00
RUN /scripts/ubuntu_setup.sh
RUN rustup component add clippy