update
Browse files- 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
|