diff --git a/Dockerfile b/Dockerfile index eb7c0df21..1bcdb3ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN set -eux; \ xvfb \ zlib1g \ ; \ - if [ $(ls -1 /usr/share/fonts/truetype/msttcorefonts | wc -l) -eq 60 ]; then \ + if [ $(ls -1 /usr/share/fonts/truetype/msttcorefonts | wc -l) -ne 60 ]; then \ echo 'msttcorefonts failed to download'; \ exit 1; \ fi; \