Use make when installing test requirements

This commit is contained in:
James Laska 2016-09-21 16:34:30 -04:00
parent 8128bda8cc
commit a4cd5a0909

View File

@ -43,13 +43,13 @@ COPY awx/__init__.py awx/
# Copy Makefile
COPY Makefile .
# Make tower runtime virtualenvs
# Install tower runtime virtualenvs
ENV SWIG_FEATURES="-cpperraswarn -includeall -I/usr/include/openssl"
RUN make requirements
RUN pip install -r requirements/requirements_jenkins.txt
# ENV VENV_BASE=""
# RUN make requirements_jenkins
# Install tower test requirements
ENV VENV_BASE=""
RUN make requirements_jenkins
# Build front-end deps
COPY awx/ui/package.json awx/ui/