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:
parent
cff6b1fc83
commit
8d5ec1d114
2 changed files with 109 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM rust:latest
|
||||
|
||||
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
|
||||
RUN /scripts/ubuntu_setup.sh
|
Loading…
Add table
Add a link
Reference in a new issue