diff --git a/Dockerfile b/Dockerfile
index 140d959cc9d92974feee8a4e397282cec2313451..5382d35a1160b22c42699295ae18f5a4d68e8471 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,7 @@ ENV MAVEN_HOME /usr/share/maven
 
 # Add configuration files, bashrc and other tweaks
 COPY ./s2i/bin/ $STI_SCRIPTS_PATH
+RUN rm -rf /tmp/*
 
 RUN chown -R 1001:0 /opt/app-root
 USER 1001