Files
ebusd/contrib/docker/buildenv/Dockerfile
T
2017-02-04 14:59:14 +01:00

11 lines
179 B
Docker

FROM debian
RUN apt-get update && apt-get install -y \
autoconf automake g++ make \
libmosquitto-dev
LABEL maintainer "ebusd@ebusd.eu"
WORKDIR /build
CMD ["/bin/bash"]