Skip to content

Commit c899416

Browse files
author
f@bi.an
committed
Füge Installation von Git im Dockerfile hinzu, um Abhängigkeiten für den Build-Prozess zu unterstützen.
1 parent e779e89 commit c899416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3-slim AS builder
22

3+
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
4+
35
# Create non-root user
46
RUN adduser --disabled-password mkdocs
57

0 commit comments

Comments
 (0)