Skip to content

Instantly share code, notes, and snippets.

View brobert83's full-sized avatar

Robert Daniel Baboi brobert83

View GitHub Profile
@brobert83
brobert83 / Dockerfile
Created February 5, 2016 16:34 — forked from Koronen/Dockerfile
WIP: Elixir on Debian Jessie
FROM debian:jessie
MAINTAINER Victor Koronen <koronen@kth.se>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y wget git build-essential
RUN wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
RUN dpkg -i erlang-solutions_1.0_all.deb