mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-10-05 20:31:53 +02:00
4 lines
No EOL
108 B
Docker
4 lines
No EOL
108 B
Docker
FROM rust:latest
|
|
|
|
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
|
|
RUN /scripts/ubuntu_setup.sh |