1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-11-09 01:41:54 +01:00
ironbar/Dockerfile

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