added setserial, remove deb file

This commit is contained in:
john30
2017-05-28 18:31:54 +02:00
parent 98234b9953
commit a34f08ec1e
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ FROM debian
RUN apt-get update && apt-get install -y \
libmosquitto1 \
curl
curl \
setserial
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \