From 233fc54e9465da7b01b98bf2d1e4c7f8f0b00b7f Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 13 Dec 2023 15:14:45 +0800 Subject: [PATCH] finalize --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 35280cf..8415246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # FROM varunsridharan/actions-alpine:latest FROM registry.api.net.tw/proxy_cache/library/alpine:3.18 + ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh / RUN chmod uga+x /setup-alpine.sh