diff --git a/Dockerfile b/Dockerfile index 5a3f6c1..41fdd63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN echo "isen:isen" | chpasswd #RUN echo '%sudo ALL=(ALL:ALL) 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 COPY ./data/bin/firstconnect /usr/bin/firstconnect RUN chmod 755 /usr/bin/firstconnect