avoid problems with Dialog and curses wizards during build

master
Andy 8 years ago
parent 3cff589f36
commit 007bc6088c
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -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

Loading…
Cancel
Save