FROM ubuntu:trusty

RUN apt-get update && apt-get upgrade -y && \
    apt-get install build-essential gcc-multilib libdbus-1-dev -y
