Skip to content
Snippets Groups Projects
Commit 9cedbe2c authored by Moul's avatar Moul
Browse files

Revert "Install `git` on pip image (#443)"

This reverts commit 6d846c77.

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
parent 8d505fae
No related branches found
No related tags found
1 merge request!260Fix DuniterPy to v1.2.0 (#483)
Pipeline #36519 passed
......@@ -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]
......
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