diff --git a/Dockerfile b/Dockerfile index 7a82223..bd22ca6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN set -eux; \ \ apt-get update; \ apt-get install -y --no-install-recommends \ + libnginx-mod-http-brotli-filter \ + libnginx-mod-http-brotli-static \ netcat-traditional \ ; \ rm -rf /var/lib/apt/lists/*