Add git to apk install

This commit is contained in:
Dustin Pianalto 2020-04-26 15:20:53 -08:00
parent e181fec579
commit 381ad71925

View File

@ -16,7 +16,7 @@ RUN apk update && \
# Translations dependencies # Translations dependencies
&& apk add gettext \ && apk add gettext \
# https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell # https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
&& apk add postgresql-client make && apk add postgresql-client make git
RUN mkdir /code RUN mkdir /code