Skip to content

Commit b57d259

Browse files
committed
Merge branch 'dev'
2 parents 1db885c + 9659e56 commit b57d259

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Docker/node/node.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ RUN pacman -Sy --needed --noconfirm python-setuptools python-pip python-ifaddr p
1616
python-bottle python-pyserial python-mysql-connector python-netifaces python-cherrypy \
1717
python-eventlet python-dnspython python-greenlet python-monotonic \
1818
python-zeroconf python-cheroot python-gitpython \
19+
python-requests python-psutil python-scipy python-dateutil \
1920
openssh sshpass rsync curl
2021

22+
RUN pip install --break-system-packages mattermostdriver
23+
2124

2225
RUN cd /opt && git clone https://github.com/gilestrolab/ethoscope.git
2326
RUN cd /opt/ethoscope/ && git checkout ${ETHOSCOPE_BRANCH:-dev}

0 commit comments

Comments
 (0)