From e7916fbb169b434b37fddfd05fbf1ee294964230 Mon Sep 17 00:00:00 2001 From: GeekTR Date: Tue, 5 Apr 2022 12:41:21 +0800 Subject: [PATCH] remove "-alpine" in github actions dockerfile --- Dockerfile.GitHubActions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.GitHubActions b/Dockerfile.GitHubActions index 20b06a5..410b820 100644 --- a/Dockerfile.GitHubActions +++ b/Dockerfile.GitHubActions @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:6.0 ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone COPY ./BililiveRecorder.Cli/bin/docker_out /app