diff --git a/scudcloud/Dockerfile b/scudcloud/Dockerfile index 9f85ccd..5c78e26 100644 --- a/scudcloud/Dockerfile +++ b/scudcloud/Dockerfile @@ -15,6 +15,8 @@ FROM ubuntu:16.04 LABEL maintainer "Jessie Frazelle " +ENV DEBIAN_FRONTEND noninteractive + RUN apt-get update && apt-get install -y \ dbus-x11 \ hunspell-en-us \