summaryrefslogtreecommitdiff
path: root/docker/ubuntu_19/Dockerfile
blob: 7942b95b19dc05ec6b74c337803c88e2c2f4a895 (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.3-1 -y
RUN apt-get install -y erlang-dev \
                       erlang-eunit