Skip to content

Commit

Permalink
fix: git
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Oct 26, 2023
1 parent 9f3a1c4 commit 399b055
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Docker/jenkins/Jenkins-Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN set -xe && apt-get update && apt-get install -y apt-utils dnsutils build-ess

RUN apt-get update \
&& apt-get install -y lsb-release \
git \
apt-transport-https \
r-base \
libffi-dev \
Expand Down Expand Up @@ -36,11 +37,6 @@ RUN apt-get update \
# install Ruby.
RUN apt-get install -y ruby-full

# install GIT from buster-backports
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list \
&& apt-get update \
&& apt-get -t=buster-backports -y install git=1:2.30.*

#
# install docker tools:
#
Expand Down

0 comments on commit 399b055

Please sign in to comment.