mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
forgot adding libpsl-static.
This commit is contained in:
parent
b3e12e0133
commit
0dc9b1150d
|
|
@ -2,4 +2,4 @@ FROM alpine:3.20
|
|||
run apk add --no-cache \
|
||||
alpine-sdk automake autoconf curl-dev bash linux-headers \
|
||||
curl-static nghttp2-static openssl-libs-static brotli-static zlib-static zstd-static c-ares-static \
|
||||
libidn2-static libunistring-static;
|
||||
libidn2-static libunistring-static libpsl-static;
|
||||
|
|
|
|||
Loading…
Reference in a new issue