diff --git a/Dockerfile b/Dockerfile
index 547ff793229660cd23bfa6cbddae062eac05e7f5..30dfc1b5dfccc7283191691f1fa635f1d846a7e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -59,7 +59,8 @@ RUN if [ "$DISCOURSE_ADDITIONAL_GEMS" != "" ]; then \
     fi
 
 # run bundler
-RUN bundle install --deployment --without test --without development
+#RUN bundle install --deployment --without test --without development
+RUN bundle install --without test --without development
     
 # install discourse plugins
 # assumptions: no spaces in URLs (urlencoding is a thing)