Update Dockerfile

This commit is contained in:
Joseph Cheung 2023-03-01 00:28:23 +08:00
parent 385b974c76
commit 99c077cd5e

View file

@ -35,6 +35,7 @@ RUN apk add --no-cache -t build-dependencies \
tar \ tar \
git \ git \
&& apk add --no-cache \ && apk add --no-cache \
curl \
ca-certificates \ ca-certificates \
su-exec \ su-exec \
python3 \ python3 \