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