mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 08:50:45 -05:00
Update build.yaml and Dockerfile.dotnet
This commit is contained in:
parent
685e375527
commit
d0bdde28bb
@ -129,7 +129,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-dotnet:0.0.1
|
image: refringe/spt-build-dotnet:0.0.2
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
@ -162,7 +162,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-dotnet:0.0.1
|
image: refringe/spt-build-dotnet:0.0.2
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# 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, zstd, wget, and p7zip-full)
|
# Install necessary tools and dependencies (git, zstd, wget, jq, and p7zip-full)
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git zstd wget jq p7zip-full && \
|
apt-get install -y git zstd wget jq p7zip-full && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user