diff --git a/Dockerfile b/Dockerfile index d4c356ad..db4aeff4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,8 @@ RUN apt-get update && \ wget \ xauth \ xterm \ + vim \ + nano \ wireshark \ firefox \ net-tools \ @@ -70,6 +72,7 @@ RUN apt-get update && \ libsoup-gnome2.4-1 \ libsoup2.4-1 \ dconf-service \ + x11-xserver-utils \ && apt-get clean # install python dependencies RUN python3 -m pip install \