diff --git a/alpine.dockerfile b/alpine.dockerfile index 30fbf0a..1bb9cd7 100644 --- a/alpine.dockerfile +++ b/alpine.dockerfile @@ -30,6 +30,8 @@ RUN apt-get update \ # enable edge/testing repo (with tag @testing) # https://wiki.alpinelinux.org/wiki/Package_management#Repository_pinning +# Use musl package + RUN apk add \ icu-dev libssl1.1 curl \ libgdiplus@testing