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 e429783 commit ed40fbcCopy full SHA for ed40fbc
Dockerfile.slim
@@ -1,5 +1,6 @@
1
FROM python:slim
2
3
+RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
4
# Run as non-root user
5
USER 0
6
RUN useradd -m -d /app appuser -u 1001
0 commit comments