add missing library for brotli
This commit is contained in:
parent
08c31de9aa
commit
2b7935618c
|
@ -14,7 +14,7 @@ RUN pip install --prefix /install --no-warn-script-location --no-cache-dir -r re
|
||||||
|
|
||||||
FROM python:3.11.0a5-alpine
|
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
|
# libcurl4-openssl-dev
|
||||||
|
|
||||||
RUN apk -U upgrade
|
RUN apk -U upgrade
|
||||||
|
|
Loading…
Reference in New Issue
Block a user