chore: Update Dockerfile to remove unnecessary SSH server configuration

This commit is contained in:
2024-07-06 20:26:56 +02:00
parent 50e9c8c76b
commit 282d6b27f6
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -13,10 +13,6 @@ RUN apt-get update && apt-get install -y git openssh-client software-properties-
RUN usermod -aG sudo root
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon 
RUN rm -r linux-presets
# SHELL [ "fish", "--command" ]
# RUN chsh -s /usr/bin/fish
# ENV SHELL /usr/bin/fish