Description
I install qt6pi3b on linux
Executing the following command
sudo docker build --tag qtpi/qtpi:1.0 .
it will cause an error sudo: a terminal is required to read the password;
Step 11/20 : RUN sudo DEBIAN_FRONTEND=noninteractive TZ="${TZ}" apt install -y make build-essential libclang-dev ninja-build gcc git bison python3 gperf pkg-config libfontconfig1-dev libfreetype6-dev libx11-dev libx11-xcb-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev libxcb-render-util0-dev libxcb-util-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libatspi2.0-dev libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev && sudo apt install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu && sudo apt install -y libssl-dev && sudo apt install -y rsync wget
---> Running in 8eef22c4fc91
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
Please help me solve this issue, thank you.