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