diff --git a/Dockerfile b/Dockerfile
index 7922de5..cb3841c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,8 @@ RUN git clone https://gitlab.com/RemixDev/deemix-gui.git --recursive && \
 WORKDIR /deemix-gui
 
 RUN yarn install --prod --network-timeout 1000000 && \
-	yarn --cwd server install --prod --network-timeout 1000000
+	yarn --cwd server install --prod --network-timeout 1000000 && \
+	yarn cache clean	
 
 COPY root/ /