mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-15 11:16:58 +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 |