1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

ci: add dockerfile for build image

This commit is contained in:
Jake Stanger 2025-04-16 23:05:24 +01:00
parent cff6b1fc83
commit 8d5ec1d114
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 109 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM rust:latest
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
RUN /scripts/ubuntu_setup.sh