From 2b7935618c0bfa62b2cfbf634784fd1b3ed1b03f Mon Sep 17 00:00:00 2001 From: jacr13 Date: Thu, 8 Sep 2022 01:55:40 +0200 Subject: [PATCH] add missing library for brotli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6178dc2..9be2ecd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --prefix /install --no-warn-script-location --no-cache-dir -r re FROM python:3.11.0a5-alpine -RUN apk add --update --no-cache tor curl openrc +RUN apk add --update --no-cache tor curl openrc libstdc++ # libcurl4-openssl-dev RUN apk -U upgrade