mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Add a docker development container build make target
This commit is contained in:
parent
56760f69a9
commit
074e66219d
3
Makefile
3
Makefile
@ -485,5 +485,8 @@ packaging/packer/output-virtualbox-iso/centos-7.ovf:
|
||||
|
||||
virtualbox-centos-7: packaging/packer/output-virtualbox-iso/centos-7.ovf
|
||||
|
||||
docker-dev:
|
||||
docker build --no-cache=true --rm=true -t ansible/tower_devel:latest tools/docker
|
||||
|
||||
install:
|
||||
$(PYTHON) setup.py install egg_info -b ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user