Skip to content

Instantly share code, notes, and snippets.

@stucchio
Created October 28, 2014 11:05
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 stucchio/4c5824d4716aad89c396 to your computer and use it in GitHub Desktop.
Save stucchio/4c5824d4716aad89c396 to your computer and use it in GitHub Desktop.
Dockerfile for julia web stack
FROM stucchio/juliabase:0.3.2
MAINTAINER Chris Stucchio <stucchio@gmail.com>
# Julia libs we want
ADD REQUIRE /.julia/v0.3/REQUIRE
RUN julia -e "Pkg.resolve()"
# C Libraries we need
RUN apt-get install -y unixodbc unixodbc-dev libsqliteodbc odbc-postgresql libhttp-parser-dev libicu-dev # Utility libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment