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 1f4bd21 commit 953ef7eCopy full SHA for 953ef7e
p2k16-label/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-slim-bullseye
2
RUN apt update
3
-RUN apt install git
+RUN apt --yes install git
4
RUN useradd --create-home --shell /bin/bash app_user
5
WORKDIR /home/app_user
6
COPY requirements.txt ./
0 commit comments