mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Add a docker development container build make target
This commit is contained in:
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 ""
|
||||
|
||||
Reference in New Issue
Block a user