From 5960b786d4061bad89defa8a588ad9686fca90cc Mon Sep 17 00:00:00 2001 From: DataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Fri, 18 Feb 2022 12:28:08 +0100 Subject: [PATCH] Adds support for brotli content decoding, fixes lwthiker/curl-impersonate#1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80f9d46..f8a5b64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /build # Dependencies for building libnss # See https://firefox-source-docs.mozilla.org/security/nss/build.html#mozilla-projects-nss-building RUN apt-get update && \ - apt-get install -y mercurial git ninja-build python3-pip curl zlib1g-dev + apt-get install -y mercurial git ninja-build python3-pip curl zlib1g-dev libbrotli-dev # Also needed for building libnss RUN pip install gyp-next