mirror of
https://github.com/Adam-Ant/mqtt-dash
synced 2024-11-05 04:16:21 +00:00
Fix Dockerfile
This commit is contained in:
parent
13ff42d0f0
commit
d92135a02e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user