1. ホーム
  2. ドッカー

docker make image apt-get install file error debconf: unable to initialize frontend: ダイアログ

2022-03-02 23:31:25
<パス

エラーメッセージ

debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 

理由は、apt-getを使って依存関係をインストールする際に、イメージを作る際に選択しないと失敗するダイアログボックスがある場合があるからで、解決方法は簡単です

dockerファイルに以下のような文章を追加してください。

ENV DEBIAN_FRONTEND noninteractive