Fix the Dockerfile error

This commit is contained in:
Sukchan Lee 2018-06-03 10:17:56 +09:00
parent 9d8695fa31
commit 352b02fc3e

View file

@ -20,7 +20,7 @@ RUN apt-get update && \
vim \
sudo \
iputils-ping \
wireshark
wireshark \
net-tools && \
apt-get clean