Adds git as needed for a git link

This commit is contained in:
Trenton Holmes 2022-05-13 12:52:57 -07:00
parent e74198501d
commit f02f683499

View File

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