Adds git as needed for a git link

This commit is contained in:
Trenton Holmes
2022-06-08 15:59:25 -07:00
parent 485be6c3fd
commit 090325af35
+1
View File
@@ -169,6 +169,7 @@ COPY requirements.txt ../
# dependencies
ARG BUILD_PACKAGES="\
build-essential \
git \
python3-dev"
RUN set -eux \