Skip to content

Instantly share code, notes, and snippets.

View khush-bhatia's full-sized avatar

Khushboo Bhatia khush-bhatia

View GitHub Profile
@hardillb
hardillb / Dockerfile
Last active September 14, 2020 17:14
Mosquitto + auth_plugin + mongo
FROM ubuntu:16.04
MAINTAINER Ben Hardill <hardillb@gmail.com>
ENV DEBIAN_FRONTEND noninteractive
USER root
RUN apt-get update && apt-get install -y \
pkg-config \