From 7962f419ec50f2ccabd802006b41edc4bd9e1224 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 12 Dec 2023 17:18:16 +0800 Subject: [PATCH] finalize --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0eb174..35280cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # FROM varunsridharan/actions-alpine:latest FROM registry.api.net.tw/proxy_cache/library/alpine:3.18 -A -DD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / +ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / RUN chmod uga+x /setup-alpine.sh