Skip to content

Commit 757d03b

Browse files
committed
Remove installation of git for now
1 parent d7f7569 commit 757d03b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM python:3.9.6-slim
33
# Create user and home directory
44
# Create base directory
55
RUN apt-get update && apt-get upgrade -y &&\
6-
apt-get install git &&\
76
useradd -u 1000 -ms /bin/bash -d /home/python python &&\
87
mkdir -p /python && chown python:nogroup /python
98

0 commit comments

Comments
 (0)