apt-get 설치 중에 질문 / 대화 상자가 표시되지 않도록 다음 환경을 설정했습니다.
ENV DEBIAN_FRONTEND noninteractive # export DEBIAN_FRONTEND="noninteractive"
다음과 같습니다.
export DEBIAN_FRONTEND="noninteractive"
그러나 Dockerfile에서 이미지를 빌드 할 때 특정 abian / Ubuntu 패키지 설치가 종료되면 (apt-get install 사용) 패키지 구성 debconf는 다음과 같이 말합니다.
debconf: unable to initialize frontend: Noninteractive # export DEBIAN_FRONTEND="noninteractive"
debconf: (Bareword "Debconf::FrontEnd::Noninteractive" not allowed while "strict subs" in use at (eval 35) line 3, <> line 1.)
debconf: falling back to frontend: Noninteractive
Subroutine BEGIN redefined at (eval 36) line 2, <> line 1.
와우 ... 내 오류를 발견했다. Dockerfile의 ENV 줄에 주석을 넣을 방법이 없습니다. 나는 이것이 다른 사람들을 물리 칠 것이라고 확신하면서 나 자신에게 대답 할 것입니다 ...