Adds git as needed for a git link

This commit is contained in:
Trenton Holmes 2022-05-13 12:52:57 -07:00
parent 485be6c3fd
commit 090325af35

View File

@ -169,6 +169,7 @@ COPY requirements.txt ../
# dependencies
ARG BUILD_PACKAGES="\
build-essential \
git \
python3-dev"
RUN set -eux \