diff --git a/Dockerfile b/Dockerfile
index c344370e193801a61d05334764f55cf1a0fd366e..f976774a32e4a5f31a631609e98eafe39545bd01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,15 +10,9 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
     locale-gen en_US.UTF-8 && \
     curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
     apt-get -y update && \
-    echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
     apt-get -yq install \
         adduser \
         bomstrip \
-        fonts-crosextra-carlito \
-        fonts-dejavu \
-        fonts-liberation \
-        fonts-opensymbol \
-        fonts-takao-gothic \
         htop \
         libasound2 \
         libboost-regex-dev \
@@ -46,11 +40,8 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
         software-properties-common \
         sudo \
         supervisor \
-        ttf-mscorefonts-installer \
         xvfb \
         zlib1g && \
-    if [  $(ls -l /usr/share/fonts/truetype/msttcorefonts | wc -l) -ne 61 ]; \
-        then echo 'msttcorefonts failed to download'; exit 1; fi  && \
     sudo -u postgres psql -c "CREATE DATABASE onlyoffice;" && \
     sudo -u postgres psql -c "CREATE USER onlyoffice WITH password 'onlyoffice';" && \
     sudo -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;" && \