mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Use make when installing test requirements
This commit is contained in:
parent
8128bda8cc
commit
a4cd5a0909
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user