qgyd2021 commited on
Commit
4c83d4e
·
1 Parent(s): 3f44ce4
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -17,8 +17,6 @@ RUN useradd -m -u 1000 user
17
  # Switch to the "user" user
18
  USER user
19
 
20
- RUN apt-get install -y git
21
-
22
  # Set home to the user's home directory
23
  ENV HOME=/home/user \
24
  PATH=/home/user/.local/bin:$PATH
 
17
  # Switch to the "user" user
18
  USER user
19
 
 
 
20
  # Set home to the user's home directory
21
  ENV HOME=/home/user \
22
  PATH=/home/user/.local/bin:$PATH