Skip to content

Instantly share code, notes, and snippets.

View matthewtckr's full-sized avatar

Matt Tucker matthewtckr

  • Pentaho
  • Orlando, FL
View GitHub Profile
@matthewtckr
matthewtckr / Pentaho_BA_Dockerfile
Last active August 29, 2015 14:02
Dockerfile to install Pentaho 5.1 from Archive Build with Plugins
############################################################
# Dockerfile to build Pentaho EE BA Server container images
# Based on Ubuntu 14.04
############################################################
FROM ubuntu:14.04
MAINTAINER Matt Tucker, matthewtckr@gmail.com
## Install Base Software
RUN apt-get update -y