diff --git a/Dockerfile b/Dockerfile index 3a42b51..da73892 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER "Adam Dodman " RUN apk add --no-cache python py-pip \ && pip install --upgrade pip \ - && pip install paho-mqtt scapy \ + && pip install paho-mqtt scapy configparser \ && mkdir dash \ && ln -s /config/dash.cfg /dash/dash.cfg