Created
June 30, 2018 04:21
-
-
Save tomodutch/8e088213334a8c9249e9b7b97d9dd085 to your computer and use it in GitHub Desktop.
Dockerfile for ubuntu-bionic with elixir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:bionic | |
RUN apt-get update -yqq && apt-get install wget gnupg -y | |
RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && dpkg -i erlang-solutions_1.0_all.deb && apt-get update -yqq | |
RUN apt-get install esl-erlang elixir -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment