0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 16:50:45 -05:00

Update build.yaml and Dockerfile.node

This commit is contained in:
Refringe 2024-03-06 15:14:05 -05:00
parent 5634599a5a
commit f236275cc5
No known key found for this signature in database
GPG Key ID: DA8524051241DD36
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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