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

RUN apt-get -y update

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


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:21.0-1 -y
RUN apt-get install -y erlang-dev \
                       erlang-eunit