Skip to content

Instantly share code, notes, and snippets.

@bols-blue
Created May 30, 2017 11:30
Show Gist options
  • Save bols-blue/d51d1379da3cf761396f7484ba2dcef3 to your computer and use it in GitHub Desktop.
Save bols-blue/d51d1379da3cf761396f7484ba2dcef3 to your computer and use it in GitHub Desktop.
FROM ubuntu:16.04
ADD apt.conf /etc/apt/apt.conf
RUN apt-get update
RUN apt-get install -y git-buildpackage
ADD proxy.sh /etc/profile.d/proxy.sh
RUN apt-get install -y golang
RUN GOPATH=/usr/lib/go/ go get github.com/Debian/dh-make-golang
RUN /usr/lib/go/bin/dh-make-golang github.com/aHisayoshiSuehiro/gomqtttest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment