mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 06:11:03 +02:00
6 lines
No EOL
141 B
Docker
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 |