Skip to content
Snippets Groups Projects

Install `git` on pip image (#443)

Merged Moul requested to merge 443_git into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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]
Loading