[docker] Fix docker image blocking (#9433)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 6 Dec 2019 04:28:05 +0000 (13:28 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 6 Dec 2019 04:28:05 +0000 (13:28 +0900)
Fix ubuntu 18.04 docker image blocking by waiting interactive input for tzdata configuration

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/docker/Dockerfile.1804

index fad1632..8562957 100644 (file)
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get -qqy install libboost-all-dev libgflags-dev libgoo
 RUN apt-get update && apt-get -qqy install libprotobuf-dev protobuf-compiler
 
 # Additonal tools
-RUN apt-get update && apt-get -qqy install doxygen graphviz wget unzip clang-format-3.9 python3 python3-pip hdf5-tools pylint
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qqy install doxygen graphviz wget unzip clang-format-3.9 python3 python3-pip hdf5-tools pylint
 RUN pip3 install yapf==0.22.0 numpy
 
 # Install google test (source)