Skip to content

Instantly share code, notes, and snippets.

@cjlarose
Created February 16, 2014 07:56
Show Gist options
  • Save cjlarose/9030890 to your computer and use it in GitHub Desktop.
Save cjlarose/9030890 to your computer and use it in GitHub Desktop.
Thrift Dockerfile
FROM base:ubuntu-12.10
RUN apt-get update
RUN apt-get install -y thrift-compiler
ENTRYPOINT ["/usr/bin/thrift"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment