We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f6f688 + e0116b4 commit 0ea28d5Copy full SHA for 0ea28d5
Dockerfile
@@ -7,5 +7,5 @@ EXPOSE 8080
7
FROM base AS final
8
WORKDIR /app
9
COPY app/publish .
10
-RUN sudo apt-get update && sudo apt-get install -y curl && sudo rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
11
ENTRYPOINT ["dotnet", "Api.dll"]
0 commit comments