mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 03:10:46 -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'
|
if: needs.check-tag-exists.outputs.proceed == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-server:0.0.5
|
image: refringe/spt-build-server:0.0.6
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
@ -243,7 +243,7 @@ jobs:
|
|||||||
needs: [build-server, build-modules, build-launcher]
|
needs: [build-server, build-modules, build-launcher]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-server:0.0.5
|
image: refringe/spt-build-server:0.0.6
|
||||||
steps:
|
steps:
|
||||||
- name: Create Directory
|
- name: Create Directory
|
||||||
run: mkdir -p /workspace/refringe/Build/release
|
run: mkdir -p /workspace/refringe/Build/release
|
||||||
|
@ -9,8 +9,9 @@ FROM node:20.10.0
|
|||||||
# - wget (to download megacmd)
|
# - wget (to download megacmd)
|
||||||
# - gnupg (for adding MEGA.nz repo keys)
|
# - gnupg (for adding MEGA.nz repo keys)
|
||||||
# - software-properties-common (adding repo)
|
# - software-properties-common (adding repo)
|
||||||
|
# - p7zip-full (the goat)
|
||||||
RUN apt-get update && \
|
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/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install the MegaCMD client
|
# Install the MegaCMD client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user