Added text editors

This commit is contained in:
afonsofrancof 2022-09-28 21:17:16 +01:00
parent 2f2dbe26d1
commit 7e87ad24fa

View file

@ -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 \