diff --git a/16.0-alpine.Dockerfile b/16.0-alpine.Dockerfile
index 1b65da78a367c475316e0b1e06e78aac9774be0b..021e4c1f09c570bafd6079b42a774eaad12b06a6 100644
--- a/16.0-alpine.Dockerfile
+++ b/16.0-alpine.Dockerfile
@@ -16,10 +16,14 @@ ENV LANG=C.UTF-8 \
 RUN set -x; \
         apk add --no-cache \
             bash \
+           	fontconfig \
+            freetype \
             git \
             libjpeg-turbo \
             libsass \
             libstdc++ \
+            libx11 \
+           	libxrender \
             postgresql-client
 
 # Copy wkhtmltopdf files from docker-wkhtmltopdf image