Merge pull request #468 from simonduq/contrib/docker-mosquitto

Dockerfile: added Mosquitto
This commit is contained in:
George Oikonomou 2018-04-27 20:26:18 +01:00 committed by GitHub
commit 14656addb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ FROM 32bit/ubuntu:16.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential doxygen git wget unzip python-serial \
default-jdk ant srecord iputils-tracepath rlwrap && \
apt-get clean
default-jdk ant srecord iputils-tracepath rlwrap \
mosquitto mosquitto-clients \
&& apt-get clean
# Install ARM toolchain
RUN wget https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2 && \