FROM jaemk/x86_64-unknown-linux-gnu:v0.2.0

RUN apt-get update && apt-get upgrade -y && \
    apt-get install libdbus-1-dev -y
