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:
parent
5634599a5a
commit
f236275cc5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user