remove "-alpine" in github actions dockerfile

This commit is contained in:
GeekTR 2022-04-05 12:41:21 +08:00 committed by Genteure
parent 75c2ab9d45
commit e7916fbb16

View File

@ -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