diff --git a/Dockerfile b/Dockerfile
index 04e03593115277d5678049279810c39cff90af10..b6c070f1ecc170065db46b3cad896b0f1fad8feb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -54,3 +54,6 @@ RUN rm -rf doxygen-1.10.0
 
 # Python v3.10
 RUN apt-get install -y python3.10
+
+# Set Ccache path
+ARG $XDG_CACHE_HOME /cache