We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1db885c + 9659e56 commit b57d259Copy full SHA for b57d259
Docker/node/node.dockerfile
@@ -16,8 +16,11 @@ RUN pacman -Sy --needed --noconfirm python-setuptools python-pip python-ifaddr p
16
python-bottle python-pyserial python-mysql-connector python-netifaces python-cherrypy \
17
python-eventlet python-dnspython python-greenlet python-monotonic \
18
python-zeroconf python-cheroot python-gitpython \
19
+ python-requests python-psutil python-scipy python-dateutil \
20
openssh sshpass rsync curl
21
22
+RUN pip install --break-system-packages mattermostdriver
23
+
24
25
RUN cd /opt && git clone https://github.com/gilestrolab/ethoscope.git
26
RUN cd /opt/ethoscope/ && git checkout ${ETHOSCOPE_BRANCH:-dev}
0 commit comments