Merge branch 'master' into feature/docker_base
diff --git a/containers/xos/Dockerfile.base b/containers/xos/Dockerfile.base
index 68f2330..ca9ed67 100644
--- a/containers/xos/Dockerfile.base
+++ b/containers/xos/Dockerfile.base
@@ -107,7 +107,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 \