Skip to content
Snippets Groups Projects
Unverified Commit 22e91b80 authored by Mathieu Velten's avatar Mathieu Velten Committed by GitHub
Browse files

docker: remove useless cargo install with apt (#14636)

parent 96251af5
No related branches found
No related tags found
No related merge requests found
Remove useless cargo install with apt from Dockerfile.
...@@ -43,7 +43,7 @@ RUN \ ...@@ -43,7 +43,7 @@ RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update -qq && apt-get install -yqq \ apt-get update -qq && apt-get install -yqq \
build-essential cargo git libffi-dev libssl-dev \ build-essential git libffi-dev libssl-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# We install poetry in its own build stage to avoid its dependencies conflicting with # We install poetry in its own build stage to avoid its dependencies conflicting with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment