summaryrefslogtreecommitdiff
path: root/docker/ubuntu_20/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ubuntu_20/Dockerfile')
-rw-r--r--docker/ubuntu_20/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/ubuntu_20/Dockerfile b/docker/ubuntu_20/Dockerfile
index 6adcdf3..766c3f9 100644
--- a/docker/ubuntu_20/Dockerfile
+++ b/docker/ubuntu_20/Dockerfile
@@ -3,15 +3,13 @@ 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
+ debhelper
RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb