Spaces:
Running
Running
Commit
·
e95290c
1
Parent(s):
6db5566
- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -10,8 +10,7 @@ RUN apt-get update && \
|
|
10 |
curl \
|
11 |
git \
|
12 |
wget \
|
13 |
-
vim
|
14 |
-
libicu
|
15 |
|
16 |
# Create a non-root user and set up their environment
|
17 |
RUN useradd -m user && \
|
|
|
10 |
curl \
|
11 |
git \
|
12 |
wget \
|
13 |
+
vim
|
|
|
14 |
|
15 |
# Create a non-root user and set up their environment
|
16 |
RUN useradd -m user && \
|