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.
1 parent 7056b6b commit 26819ecCopy full SHA for 26819ec
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
5
USER root
6
7
# Installer Git
8
-RUN apt update && apt upgrade -y && apt install -y git
+RUN apt-get update && apt-get install -y git
9
10
# Cloner le dépôt
11
WORKDIR /app
0 commit comments