diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f829747..ba3c21f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: if: needs.check-tag-exists.outputs.proceed == 'true' runs-on: ubuntu-latest container: - image: refringe/spt-build-server:0.0.5 + image: refringe/spt-build-server:0.0.6 steps: - name: Clone run: | @@ -243,7 +243,7 @@ jobs: needs: [build-server, build-modules, build-launcher] runs-on: ubuntu-latest container: - image: refringe/spt-build-server:0.0.5 + image: refringe/spt-build-server:0.0.6 steps: - name: Create Directory run: mkdir -p /workspace/refringe/Build/release diff --git a/Dockerfile.node b/Dockerfile.node index ca025d3..6db6bf2 100644 --- a/Dockerfile.node +++ b/Dockerfile.node @@ -9,8 +9,9 @@ FROM node:20.10.0 # - wget (to download megacmd) # - gnupg (for adding MEGA.nz repo keys) # - software-properties-common (adding repo) +# - p7zip-full (the goat) RUN apt-get update && \ - apt-get install -y git git-lfs zstd tree wget gnupg software-properties-common && \ + apt-get install -y git git-lfs zstd tree wget gnupg software-properties-common p7zip-full && \ rm -rf /var/lib/apt/lists/* # Install the MegaCMD client