diff --git a/dockers/dev/Dockerfile b/dockers/dev/Dockerfile index f1f0464a0ad..967e1b49b7e 100644 --- a/dockers/dev/Dockerfile +++ b/dockers/dev/Dockerfile @@ -66,11 +66,6 @@ RUN --mount=type=bind,target=.,rw \ && apt-get install -y --no-install-recommends --fix-missing \ curl \ gnupg \ - software-properties-common \ - && add-apt-repository ppa:ubuntu-toolchain-r/test -y \ - && apt-get update -y \ - && apt-get upgrade -y \ - && apt-get install -y --no-install-recommends --fix-missing \ build-essential \ ca-certificates \ tzdata \ @@ -145,4 +140,4 @@ RUN --mount=type=bind,target=.,rw \ && make faiss/install \ && rm -rf ${GOPATH}/src/github.com/${ORG}/${REPO}/* # skipcq: DOK-DL3002 -USER root:root \ No newline at end of file +USER root:root