Skip to content

Instantly share code, notes, and snippets.

@seanhoughton
Created August 17, 2016 16:42
Show Gist options
  • Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.
Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.
indilib docker container
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment