mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-11-20 07:21:54 +01: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
|