mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
4 lines
108 B
Text
4 lines
108 B
Text
|
FROM rust:latest
|
||
|
|
||
|
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
|
||
|
RUN /scripts/ubuntu_setup.sh
|