add less for man
This commit is contained in:
parent
3459917192
commit
dc4268717c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user