Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,6 +18,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
18 |
sysbench \
|
19 |
htop \
|
20 |
nload \
|
|
|
21 |
vim \
|
22 |
nmap \
|
23 |
neofetch \
|
@@ -93,7 +94,6 @@ RUN pip install numpy==1.26.4
|
|
93 |
# End root user section
|
94 |
#######################################
|
95 |
|
96 |
-
USER user
|
97 |
|
98 |
# Python packages
|
99 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
|
|
18 |
sysbench \
|
19 |
htop \
|
20 |
nload \
|
21 |
+
ripgrep \
|
22 |
vim \
|
23 |
nmap \
|
24 |
neofetch \
|
|
|
94 |
# End root user section
|
95 |
#######################################
|
96 |
|
|
|
97 |
|
98 |
# Python packages
|
99 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|