&& make install \ && apt-get remove -y build-essential bison flex mailutils-common \ && apt-get remove -y --purge mysql\* \ && apt-get autoclean \ && apt-get clean RUN adduser --disabled-password --gecos '' kdcuser RUN echo '%sudo ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers R...
> && make install \ > && apt-get remove -y build-essential bison flex mailutils-common \ > && apt-get remove -y --purge mysql\* \ > && apt-get autoclean \ > && apt-get clean > > RUN adduser --disabled-password --gecos '' kdcuser > RUN echo '%sudo ALL=(ALL) NOPASSWD: A...