commit | bcbe61150130d7ddf54ff162a0d3c07aabc31f81 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Thu Oct 29 21:53:07 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Thu Oct 29 21:56:08 2015 +0000 |
tree | 0c6a46055351a515a1dd110b059f2c01e61371cb | |
parent | e9247d866bcabf890bbefc8d66ef0ba58490315f [diff] [blame] |
initial checking of common python container
diff --git a/containers/common_python/Makefile b/containers/common_python/Makefile new file mode 100644 index 0000000..7731152 --- /dev/null +++ b/containers/common_python/Makefile
@@ -0,0 +1,5 @@ +.PHONY: build +build: ; docker build --rm -t xos/python_common . + +.PHONY: rmi +rm: ; docker rmi xos/python_common