mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2026-01-08 20:26:42 +01: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 |