Set DEBIAN_FRONTEND=noninteractive for Debian Dockerfile

This commit is contained in:
Florian Bruhin 2016-03-15 19:48:43 +01:00
parent 123de8783f
commit 6d225a7858

View File

@ -1,6 +1,8 @@
FROM debian:jessie
MAINTAINER Florian Bruhin <me@the-compiler.org>
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && \
apt-get -y install python3-pyqt5 python3-pyqt5.qtwebkit python-tox \
python3-sip python3-dev xvfb git dbus \