Skip to content

Commit 2ef8088

Browse files
committed
Remove temporary addition of PPA
1 parent fc3d8fe commit 2ef8088

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ ENV PTBT_USER="tfbackendsvc"
55
COPY . "${PTBT_WORKDIR}"
66
RUN mkdir "${PTBT_DATADIR}"
77

8-
# Patch for Git CVE - remove when git version >= 2.39
9-
RUN apt-get update
10-
RUN apt install software-properties-common -y
11-
RUN add-apt-repository ppa:git-core/ppa -y
12-
138
RUN apt-get update
149
RUN apt-get dist-upgrade -y
1510
RUN apt-get install python3 python3-pip python3-setuptools net-tools openssh-client sudo git -y

0 commit comments

Comments
 (0)