From 9cedbe2ca8567a2ee39fc74f13c81f2c288b72d9 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 31 Jan 2024 22:21:49 +0100 Subject: [PATCH] Revert "Install `git` on pip image (#443)" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6d846c774a82b2a57e3ae8b62cc8275343574af9. DuniterPy v1.2.0 development is no longer used from git I don’t think DuniterPy will be used from git again, otherwise this change can be re-introduced --- image/pip | 5 ----- 1 file changed, 5 deletions(-) diff --git a/image/pip b/image/pip index 5219c0b6..bac7d01d 100644 --- a/image/pip +++ b/image/pip @@ -9,11 +9,6 @@ WORKDIR /silkaj # Copy source tree COPY ./ ./ -# Install git -RUN apt update && \ - apt install --yes git && \ - rm -rf /var/lib/apt/lists - # Install Silkaj RUN pip install . silkaj[deathreaper] -- GitLab