Skip to content

Instantly share code, notes, and snippets.

@dveeden
Created June 9, 2014 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dveeden/caf4a394efd65f34772c to your computer and use it in GitHub Desktop.
Save dveeden/caf4a394efd65f34772c to your computer and use it in GitHub Desktop.
Docker file for infobright
FROM debian:wheezy
MAINTAINER Daniël van Eeden <docker@myname.nl>
RUN apt-get update
RUN apt-get install -y wget
RUN wget -qO /root/infobright-4.0.7-0-x86_64-ice.deb http://www.infobright.org/downloads/ice/infobright-4.0.7-0-x86_64-ice.deb
RUN dpkg -i /root/infobright-4.0.7-0-x86_64-ice.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment