clean up unused parts of heat-translator git clone
diff --git a/containers/xos/Dockerfile.base b/containers/xos/Dockerfile.base
index b62cfe1..f3bb62e 100644
--- a/containers/xos/Dockerfile.base
+++ b/containers/xos/Dockerfile.base
@@ -106,7 +106,8 @@
git checkout $HT_BRANCH && \
mkdir -p /opt/tosca && \
mv /tmp/heat-translator/translator /opt/tosca/translator && \
- touch /opt/tosca/translator/__init__.py
+ touch /opt/tosca/translator/__init__.py && \
+ rm -rf /tmp/heat-translator
# Install custom Ansible
RUN \