Skip to content

Instantly share code, notes, and snippets.

@cbare
Created October 9, 2016 20:39
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 cbare/1e883ad6fbfc582aeeaa3dbeb3806aa2 to your computer and use it in GitHub Desktop.
Save cbare/1e883ad6fbfc582aeeaa3dbeb3806aa2 to your computer and use it in GitHub Desktop.
Dockerfile for Octave on Ubuntu 16.04
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y less && apt-get install -y octave
VOLUME ["/source"]
WORKDIR /source
CMD octave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment