init
continuous-integration/drone Build was killed

This commit is contained in:
曾志威
2026-04-10 14:53:50 +08:00
parent 5979fddadd
commit 4c17f087cb
+4
View File
@@ -20,6 +20,10 @@ VOLUME /home/gradle/.gradle
WORKDIR /home/gradle
RUN set -o errexit -o nounset \
&& echo "Switching apk mirror to aliyun" \
&& sed -i 's|https\?://dl-cdn.alpinelinux.org/alpine|https://mirrors.aliyun.com/alpine|g' /etc/apk/repositories \
&& apk update \
\
&& apk add --no-cache \
curl \
make \