diff --git a/utils/docker/images/lthn-chain/Dockerfile b/utils/docker/images/lthn-chain/Dockerfile index 9e8585ff..cd8b2ab1 100644 --- a/utils/docker/images/lthn-chain/Dockerfile +++ b/utils/docker/images/lthn-chain/Dockerfile @@ -17,6 +17,7 @@ ENV CONAN_HOME=/root/sdk # CONAN: disables the generation of color escape characters. ENV NO_COLOR=1 ENV BUILD_TARGET=${BUILD_TARGET} +ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt -y upgrade