Rootfs: add dependencies for hacking sessions
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 3 Dec 2018 19:12:35 +0000 (14:12 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 3 Dec 2018 19:13:02 +0000 (14:13 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/rootfs/vmdeboostrap/generate-root.py

index 4f445f5c13171e887bc8cf4d5ecafe91cd35aa92..9350b7c9ae2649478690dfca4cad53ff5557d3b3 100755 (executable)
@@ -60,14 +60,16 @@ packages = [
     'libtool',
     'libxml2',
     'libxml2-dev',
+    'netcat-traditional',
+    'openssh-server',
     'psmisc',
     'python-virtualenv',
     'python3',
-    'python3-setuptools',
     'python3-dev',
     'python3-numpy',
     'python3-pandas',
     'python3-pip',
+    'python3-setuptools',
     'python3-sphinx',
     'stress',
     'swig',
This page took 0.023207 seconds and 4 git commands to generate.