Compare commits

..

No commits in common. "5013b53605c4ced285e47b0a303253905e2b6ad5" and "2a7904e2f11dbca2275b6bbb930b02c17b1a142e" have entirely different histories.

View file

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