feat: Remove unnecessary git installation from Dockerfile and clean up Jenkinsfile
All checks were successful
ParrotXray/CureOS/pipeline/head This commit looks good

This commit is contained in:
ParrotXray 2025-11-14 12:38:44 +08:00
parent 75d78f2c34
commit 018dd0c28c
Signed by: ParrotXray
SSH Key Fingerprint: SHA256:OEnKoo72UOfrmZ3LVSBn9K/UfpEzNrl+q8JMLG9CaAI
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
make \
curl \
git \
qemu-system-x86 \
&& rm -rf /var/lib/apt/lists/*

1
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ node('ccis') {
echo ""
echo "=== Building with Make ==="
make all
'''
}
}