소스 검색

install git on travis

Matt Westcott 7 년 전
부모
커밋
ed415f877e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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" \