diff --git a/image/pip b/image/pip index 5219c0b62bb510c0c75f889ec60a8c6628ac6560..bac7d01d78ed15fa100f6e509e20014bea5441fc 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]