mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03: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