forked from images/live-iso-gnome
attempt 1 at making rootfs from docker
This commit is contained in:
parent
9b7a028614
commit
f785a4a403
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
3
.github/workflows/push-iso.yml
vendored
3
.github/workflows/push-iso.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user