Skip to content

Commit e0116b4

Browse files
update install curl docker
1 parent 0f6f688 commit e0116b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ EXPOSE 8080
77
FROM base AS final
88
WORKDIR /app
99
COPY app/publish .
10-
RUN sudo apt-get update && sudo apt-get install -y curl && sudo rm -rf /var/lib/apt/lists/*
10+
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
1111
ENTRYPOINT ["dotnet", "Api.dll"]

0 commit comments

Comments
 (0)