mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +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 |