1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[docker] update dependencies

Alpine Linux moved the .a file from the c-ares-static subpackage to the origin
c-ares. As c-ares-dev depends on c-ares, we can just drop the c-ares-static
dependency.

Ref: 400607034d
This commit is contained in:
fossdd 2024-11-18 15:35:16 +01:00
parent 4dfe2a2b9f
commit e5aadddae9
No known key found for this signature in database
GPG Key ID: BB8C8A81C6452A88

View File

@ -52,8 +52,7 @@ RUN apk add \
musl-dev \
nghttp2-dev \
nghttp2-static \
c-ares-dev \
c-ares-static
c-ares-dev
## [*] netsurf libs
# get netsurf source