Commit 912138af authored by Romain Loth's avatar Romain Loth

add ping to main dockerfile, remove htop which is useless in docker terminals

parent 82b1d271
......@@ -15,7 +15,7 @@ RUN dpkg-reconfigure locales
# Install global dependencies and utilities
RUN apt update && apt autoclean
RUN apt install -y python3-pip libmysqlclient-dev git nano tree htop
RUN apt install -y python3-pip libmysqlclient-dev git nano tree iputils-ping
RUN pip3 install --upgrade pip
# for regcomex itself ----------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment