attempt 1 at making rootfs from docker

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 02:33:54 +03:00
parent 9b7a028614
commit f785a4a403
2 changed files with 4 additions and 1 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
1
2

View File

@ -17,6 +17,9 @@ jobs:
options: --privileged -it
steps:
- name: Install Some essentials
run: apt-get update -y && apt-get install -y wget npm rsync nodejs
- uses: actions/checkout@v3
- name: Install SSH key