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 e779e89 commit c899416Copy full SHA for c899416
dockerfile
@@ -1,5 +1,7 @@
1
FROM python:3-slim AS builder
2
3
+RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
4
+
5
# Create non-root user
6
RUN adduser --disabled-password mkdocs
7
0 commit comments