Skip to content

Commit 26819ec

Browse files
committed
Update Dockerfile
1 parent 7056b6b commit 26819ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
55
USER root
66

77
# Installer Git
8-
RUN apt update && apt upgrade -y && apt install -y git
8+
RUN apt-get update && apt-get install -y git
99

1010
# Cloner le dépôt
1111
WORKDIR /app

0 commit comments

Comments
 (0)