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 \
+4 -1
View File
@@ -2,7 +2,8 @@ FROM debian
RUN apt-get update && apt-get install -y \
libmosquitto1 \
curl
curl \
setserial
LABEL maintainer "ebusd@ebusd.eu"
@@ -15,6 +16,8 @@ RUN curl -SL https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}
RUN dpkg -i ebusd.deb
RUN rm ebusd.deb
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
+4 -1
View File
@@ -2,7 +2,8 @@ FROM debian
RUN apt-get update && apt-get install -y \
libmosquitto1 \
curl
curl \
setserial
LABEL maintainer "ebusd@ebusd.eu"
@@ -15,6 +16,8 @@ COPY ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}_mqtt1.deb ebusd.deb
RUN dpkg -i ebusd.deb
RUN rm ebusd.deb
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de