diff --git a/Dockerfile b/Dockerfile index d55fa58..915735d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ FROM ubuntu:xenial MAINTAINER Andrey Arapov +# To avoid problems with Dialog and curses wizards +ENV DEBIAN_FRONTEND noninteractive + RUN apt-get update && \ apt-get -y install python3 virtualenv mpv paxctl && \ apt-get clean all