Created
August 17, 2016 16:42
-
-
Save seanhoughton/c1ffe55f1c58a5217d9191ef21b4480e to your computer and use it in GitHub Desktop.
indilib docker container
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:latest | |
MAINTAINER Sean Houghton <[email protected]> | |
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