mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:50:46 -05:00
Update build.yaml and Dockerfile***
This commit is contained in:
parent
cfaf7253cb
commit
4c1805ff57
@ -10,7 +10,7 @@ jobs:
|
|||||||
Build Server:
|
Build Server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-environment:1.0.3
|
image: refringe/spt-build-environment:1.0.5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Server Cache
|
- name: Server Cache
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Use the .NET 6.0 SDK base image
|
# Use the .NET 6.0 SDK base image
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
|
|
||||||
# Install necessary tools and dependencies (git, git-lfs, nodejs, 7-Zip)
|
# Install necessary tools and dependencies (git, git-lfs, nodejs, 7-Zip, zstd)
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git git-lfs nodejs p7zip-full && \
|
apt-get install -y git git-lfs nodejs p7zip-full zstd && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user