Created
August 17, 2016 16:42
-
-
Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.
Revisions
-
seanhoughton created this gist
Aug 17, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ FROM ubuntu:latest MAINTAINER Sean Houghton <sean.houghton@gmail.com> RUN apt-get update && apt-get install -y software-properties-common RUN apt-add-repository ppa:mutlaqja/ppa && apt-get update && apt-get install -y libindi1 indi-full EXPOSE 7624 CMD indiserver -v $INDY_DRIVERS