follow docker guidelines
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get install -y \
|
||||||
RUN apt-get install -y git autoconf automake g++ make
|
autoconf automake g++ make \
|
||||||
RUN apt-get install -y libmosquitto-dev
|
libmosquitto-dev
|
||||||
|
|
||||||
|
LABEL maintainer "ebusd@ebusd.eu"
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|||||||
Reference in New Issue
Block a user