Created
May 30, 2017 11:30
-
-
Save bols-blue/d51d1379da3cf761396f7484ba2dcef3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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