Closed prjemian closed 3 years ago
While updating and installing OS features, got this error:
debconf: (TERM is not set, so the dialog frontend is not usable.)
which has this solution online: https://askubuntu.com/questions/506158/unable-to-initialize-frontend-dialog-when-using-ssh
was:
RUN \
apt-get update -y && \
pt-get install -y \
libx11-dev \
x11-xserver-utils \
xorg-dev \
xvfb \
&& \
rm -rf /var/lib/apt/lists/*
is now
RUN \
apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
libx11-dev \
x11-xserver-utils \
xorg-dev \
xvfb \
&& \
rm -rf /var/lib/apt/lists/*
No module ADPluginCentroids
in AD 3.10 release.
Built from source with these plugins: