feat: Remove unnecessary git installation from Dockerfile and clean up Jenkinsfile
All checks were successful
ParrotXray/CureOS/pipeline/head This commit looks good
All checks were successful
ParrotXray/CureOS/pipeline/head This commit looks good
This commit is contained in:
parent
75d78f2c34
commit
018dd0c28c
@ -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
1
Jenkinsfile
vendored
@ -29,7 +29,6 @@ node('ccis') {
|
||||
echo ""
|
||||
echo "=== Building with Make ==="
|
||||
make all
|
||||
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user