| commit | 04f3532617213cab6baa5ad3b4b52528869fc9d7 | [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 | 36158e8da91a631794d791512b14b4ba6637ed7b [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