Skip to content

Commit 0ea28d5

Browse files
Merge branch 'hotfix/FixingInstallCurl'
2 parents 0f6f688 + e0116b4 commit 0ea28d5

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)