added setserial, remove deb file
This commit is contained in:
@@ -2,7 +2,8 @@ FROM debian
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libmosquitto1 \
|
libmosquitto1 \
|
||||||
curl
|
curl \
|
||||||
|
setserial
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
autoconf automake g++ make \
|
autoconf automake g++ make \
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ FROM debian
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libmosquitto1 \
|
libmosquitto1 \
|
||||||
curl
|
curl \
|
||||||
|
setserial
|
||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
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 dpkg -i ebusd.deb
|
||||||
|
|
||||||
|
RUN rm ebusd.deb
|
||||||
|
|
||||||
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
|
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
|
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ FROM debian
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libmosquitto1 \
|
libmosquitto1 \
|
||||||
curl
|
curl \
|
||||||
|
setserial
|
||||||
|
|
||||||
LABEL maintainer "ebusd@ebusd.eu"
|
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 dpkg -i ebusd.deb
|
||||||
|
|
||||||
|
RUN rm ebusd.deb
|
||||||
|
|
||||||
RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \
|
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
|
| tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user