avoid problems with Dialog and curses wizards during build

This commit is contained in:
Andy 2016-09-21 12:14:23 +02:00
parent 3cff589f36
commit 007bc6088c
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -1,6 +1,9 @@
FROM ubuntu:xenial
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
# 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