From f785a4a403c9f77a610e2e5a89ab6f15dde10ec1 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 02:33:54 +0300 Subject: [PATCH] attempt 1 at making rootfs from docker --- .github/push-iso | 2 +- .github/workflows/push-iso.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/push-iso b/.github/push-iso index 56a6051..0cfbf08 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -1 \ No newline at end of file +2 diff --git a/.github/workflows/push-iso.yml b/.github/workflows/push-iso.yml index 36ef937..6c86848 100644 --- a/.github/workflows/push-iso.yml +++ b/.github/workflows/push-iso.yml @@ -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