feat: ✨ Enable git lfs
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ed74cfcdf4
commit
3b3c3558a1
@ -54,3 +54,7 @@ USER root
|
|||||||
|
|
||||||
#Install OpenSSL
|
#Install OpenSSL
|
||||||
RUN apt-get install -y openssl
|
RUN apt-get install -y openssl
|
||||||
|
|
||||||
|
#Install git lfs
|
||||||
|
RUN apt-get install -y git-lfs
|
||||||
|
RUN git lfs install --system
|
@ -31,3 +31,7 @@ USER root
|
|||||||
|
|
||||||
#Install OpenSSL
|
#Install OpenSSL
|
||||||
RUN apk add --no-cache openssl
|
RUN apk add --no-cache openssl
|
||||||
|
|
||||||
|
#Install git lfs
|
||||||
|
RUN apk add --no-cache git-lfs
|
||||||
|
RUN git lfs install --system
|
Loading…
x
Reference in New Issue
Block a user