From befb0a197354365c98292840c29efe5a41d9f660 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sun, 16 Jun 2024 11:17:56 +0200 Subject: [PATCH] uff --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af9e269..2e7bc5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Container image that runs your code -FROM alpine:edge +FROM alpine +RUN apk add --no-cache ca-certificates # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh