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 d7f7569 commit 757d03bCopy full SHA for 757d03b
Dockerfile
@@ -3,7 +3,6 @@ FROM python:3.9.6-slim
3
# Create user and home directory
4
# Create base directory
5
RUN apt-get update && apt-get upgrade -y &&\
6
- apt-get install git &&\
7
useradd -u 1000 -ms /bin/bash -d /home/python python &&\
8
mkdir -p /python && chown python:nogroup /python
9
0 commit comments