1
0
mirror of https://github.com/Adam-Ant/mqtt-dash synced 2024-10-05 00:53:53 +00:00

Fix Dockerfile

This commit is contained in:
Adam Dodman 2016-11-24 00:33:09 +00:00
parent 13ff42d0f0
commit d92135a02e

View File

@ -3,7 +3,7 @@ MAINTAINER "Adam Dodman <adam.dodman@gmx.com>"
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