summaryrefslogtreecommitdiff
path: root/docker/ubuntu_19/Dockerfile
blob: f6fe24d26fdec338b11f2094058a800432947500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
FROM ubuntu

RUN apt-get -y update 

RUN  apt-get install -y  \
  gcc \
  make \
  git  \
  wget \
  build-essential \
  devscripts \
  fakeroot \
  debhelper \
  libsystemd-dev\
  rebar


RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
RUN dpkg -i erlang-solutions_1.0_all.deb
RUN apt-get update -y
RUN apt-get install erlang=1:19.1-1 -y
RUN apt-get install -y erlang-dev \
                       erlang-eunit