Skip to content

Instantly share code, notes, and snippets.

@levlaz
Created December 22, 2016 23:40
Show Gist options
  • Select an option

  • Save levlaz/bdbaa8aca190925196d69a4c07142e17 to your computer and use it in GitHub Desktop.

Select an option

Save levlaz/bdbaa8aca190925196d69a4c07142e17 to your computer and use it in GitHub Desktop.
Cardless Docker
FROM ruby:2.3.1
# Install Node 6.1
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt install -y nodejs
# Install other Apt Dependencies
RUN apt update
RUN apt install -y libicu-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment