Explorar o código

install git on travis

Matt Westcott %!s(int64=7) %!d(string=hai) anos
pai
achega
ed415f877e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -12,6 +12,7 @@ RUN set -ex \
 		pcre-dev \
 		postgresql-dev \
 		libjpeg-turbo-dev \
+		git \
 	&& pyvenv /venv \
 	&& /venv/bin/pip install -U pip \
 	&& LIBRARY_PATH=/lib:/usr/lib /bin/sh -c "/venv/bin/pip install -r /requirements/production.txt" \