Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f3e0e8e

Browse files
author
Mathieu Velten
committed
docker: remove useless cargo install with apt
Signed-off-by: Mathieu Velten <[email protected]>
1 parent cf1059d commit f3e0e8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14636.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove useless cargo install with apt from Dockerfile.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN \
4343
--mount=type=cache,target=/var/cache/apt,sharing=locked \
4444
--mount=type=cache,target=/var/lib/apt,sharing=locked \
4545
apt-get update -qq && apt-get install -yqq \
46-
build-essential cargo git libffi-dev libssl-dev \
46+
build-essential git libffi-dev libssl-dev \
4747
&& rm -rf /var/lib/apt/lists/*
4848

4949
# We install poetry in its own build stage to avoid its dependencies conflicting with

0 commit comments

Comments
 (0)