wells-wei-wei / smplify-x_in_docker

21 stars 5 forks source link

configuring keyboard-configuration #5

Closed fatandfat closed 3 years ago

fatandfat commented 3 years ago

运行docker build -t smplx/smplify-x:v1 .后, 终端输出:

Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up libxaw7:amd64 (2:1.0.13-1) ...
Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up keyboard-configuration (1.178ubuntu2.9) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Configuring keyboard-configuration
---------------------------------

The layout of keyboards varies per country, with some countries having multiple
common layouts. Please select the country of origin for the keyboard of this
computer.

  1. Afghani
  2. Albanian
  3. Amharic
  4. Arabic
  5. Arabic (Morocco)
  6. Arabic (Syria)
  7. Armenian
  8. Azerbaijani
  9. Bambara
  10. Bangla
  11. Belarusian
  12. Belgian
……
Country of origin for the keyboard:

然后不管输入什么之后回车都没反应

fatandfat commented 3 years ago

sorry to ask

zhangzhensong commented 3 years ago

modify Dockerfile as the flowing:

RUN DEBIAN_FRONTEND=noninteractive apt-get install xorg -y 
#RUN apt-get install xorg -y