removed setserial dependency again as ebusd sets the low latency flag now itself

This commit is contained in:
john30
2017-06-03 08:35:14 +02:00
parent 343a443e98
commit e1129568e7
6 changed files with 6 additions and 18 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ FROM debian
RUN apt-get update && apt-get install -y \
libmosquitto1 \
curl \
setserial
curl
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \