Skip to content

Instantly share code, notes, and snippets.

@seanhoughton
Created August 17, 2016 16:42
Show Gist options
  • Select an option

  • Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.

Select an option

Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.

Revisions

  1. seanhoughton created this gist Aug 17, 2016.
    6 changes: 6 additions & 0 deletions Dockerfile-indylib
    Original 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