follow docker guidelines

This commit is contained in:
john30
2017-02-04 14:59:14 +01:00
parent 72694d3244
commit 07f4541071
+5 -3
View File
@@ -1,8 +1,10 @@
FROM debian
RUN apt-get update
RUN apt-get install -y git autoconf automake g++ make
RUN apt-get install -y libmosquitto-dev
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \
libmosquitto-dev
LABEL maintainer "ebusd@ebusd.eu"
WORKDIR /build
CMD ["/bin/bash"]