1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2026-06-01 13:30:47 +02:00
ironbar/Dockerfile
2025-04-16 23:30:08 +01:00

6 lines
No EOL
141 B
Docker

FROM rust:latest
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
RUN /scripts/ubuntu_setup.sh
RUN rustup component add clippy