Install Erlang/Elixir on Ubuntu 20.04 on Docker Container / Silent Install Install Erlang/Elixir on Ubuntu 20.04 on Docker Container / Silent Install docker docker

Install Erlang/Elixir on Ubuntu 20.04 on Docker Container / Silent Install


Set DEBIAN_FRONTEND=noninteractive before running apt-get install:

RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y ...

or

ARG DEBIAN_FRONTEND=noninteractiveRUN apt-get update && apt-get install -y ...

UPD1:Just to add bit more context, it is not esl-erlang that is causing it, instead this prompt comes from installing tzdata.

UPD2:If UTC is not something you fancy, you may want to set your timezone manually like so

sudo ln -s /usr/share/zoneinfo/America/<CITY> /etc/localtime

where CITY is one of the cities from ls /usr/share/zoneinfo/America/