diff --git a/Dockerfile b/Dockerfile
index c344370e193801a61d05334764f55cf1a0fd366e..ba56f90ad99c88443f31cb32b6e69286d64492ba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -73,6 +73,7 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
     apt-get -y update && \
     service postgresql start && \
     apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \
+    documentserver-static-gzip.sh && \
     service postgresql stop && \
     service supervisor stop && \
     chmod 755 /app/onlyoffice/*.sh && \