diff --git a/image/pip b/image/pip index bac7d01d78ed15fa100f6e509e20014bea5441fc..5219c0b62bb510c0c75f889ec60a8c6628ac6560 100644 --- a/image/pip +++ b/image/pip @@ -9,6 +9,11 @@ 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]