add less for man

This commit is contained in:
Loic LEFEBVRE 2021-08-19 16:15:26 +02:00
parent 3459917192
commit dc4268717c

View File

@ -18,6 +18,7 @@ RUN echo "isen:isen" | chpasswd
#RUN echo '%sudo ALL=(ALL:ALL) ALL' >> /etc/sudoers #RUN echo '%sudo ALL=(ALL:ALL) ALL' >> /etc/sudoers
RUN sed -i "/%sudo/s/ALL$/NOPASSWD: ALL/" /etc/sudoers RUN sed -i "/%sudo/s/ALL$/NOPASSWD: ALL/" /etc/sudoers
RUN apt install less -y
RUN apt install manpages-dev man-db shc gcc build-essential -y RUN apt install manpages-dev man-db shc gcc build-essential -y
COPY ./data/bin/firstconnect /usr/bin/firstconnect COPY ./data/bin/firstconnect /usr/bin/firstconnect
RUN chmod 755 /usr/bin/firstconnect RUN chmod 755 /usr/bin/firstconnect