chore: Update Dockerfile to remove unnecessary SSH server configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user