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