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