linux presets in container
Build and Push Docker Images / build-and-push (push) Successful in 2m17s

This commit is contained in:
2025-10-26 18:14:49 +01:00
parent 7daa18b8cd
commit edbe5a3f93
3 changed files with 11 additions and 3 deletions
@@ -25,6 +25,14 @@ RUN apt-get update && apt-get install -y \
# Install Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && \
cd linux-presets && \
chmod +x setup.sh && \
./setup.sh --terminal-icon 󰎙 && \
cd .. && \
rm -rf linux-presets
RUN usermod -aG sudo root
# Install Node.js and npm
@@ -27,9 +27,6 @@ fi
git config --global user.name $GIT_USER
git config --global user.email $GIT_EMAIL
git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git --depth 1 && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon 
rm -r linux-presets/
# Ensure the SSH key has the correct permissions
chmod 600 /root/.ssh/id_rsa