Skip to content

Commit e2bd4cb

Browse files
committed
add git to Dockerfile
1 parent 38975d1 commit e2bd4cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ WORKDIR /app
3333
# Install system dependencies and dotnet-sdk 10.0
3434
RUN apt-get update && apt-get install -y --no-install-recommends \
3535
wget \
36+
git \
3637
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
3738
&& dpkg -i packages-microsoft-prod.deb \
3839
&& rm packages-microsoft-prod.deb \

0 commit comments

Comments
 (0)