chore: Update Dockerfile to remove unnecessary SSH server configuration

This commit is contained in:
2024-07-08 22:02:56 +02:00
parent 282d6b27f6
commit 8622a71053
4 changed files with 52 additions and 6 deletions
+3
View File
@@ -11,6 +11,9 @@ RUN npm install -g pm2
RUN apt-get update && apt-get install -y git openssh-client software-properties-common sudo
# RUN apt-get install -y fish
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon 
RUN rm -rf linux-presets
RUN usermod -aG sudo root
# SHELL [ "fish", "--command" ]