diff --git a/Dockerfile b/Dockerfile
index f4724cd47ff984cca209ba336e85c2710ee362ab..2676bc9515cd37abf6a50b992cc9214252551e7e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /build
 COPY . /build
 RUN mkdir /build/public/js
 RUN mkdir /build/public/css
-RUN yarn install --silent
+RUN yarn install
 RUN yarn compile
 
 # Prepare Webserver