add missing library for brotli

This commit is contained in:
jacr13 2022-09-08 01:55:40 +02:00
parent 08c31de9aa
commit 2b7935618c

View File

@ -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