Added text editors
This commit is contained in:
parent
2f2dbe26d1
commit
7e87ad24fa
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue