This commit is contained in:
@@ -25,6 +25,14 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# Install Composer
|
# Install Composer
|
||||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/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
|
RUN usermod -aG sudo root
|
||||||
|
|
||||||
# Install Node.js and npm
|
# Install Node.js and npm
|
||||||
|
|||||||
@@ -27,9 +27,6 @@ fi
|
|||||||
git config --global user.name $GIT_USER
|
git config --global user.name $GIT_USER
|
||||||
git config --global user.email $GIT_EMAIL
|
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
|
# Ensure the SSH key has the correct permissions
|
||||||
chmod 600 /root/.ssh/id_rsa
|
chmod 600 /root/.ssh/id_rsa
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user