Skip to content

Commit

Permalink
♻️ Remove unnecessary installation
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Nov 11, 2024
1 parent 699a180 commit 348a232
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dockers/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
USER root:root

0 comments on commit 348a232

Please sign in to comment.