aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker')
-rw-r--r--tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker b/tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker
index 879189e..a73c633 100644
--- a/tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker
+++ b/tests/dockerfiles/Ubuntu_16_04_nolibosmo.docker
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
MAINTAINER Piotr Krysik
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
cmake \
autoconf \
libtool \