This commit is contained in:
@@ -44,9 +44,6 @@ RUN npm install -g pm2
|
|||||||
# Create a directory for the SSH keys
|
# Create a directory for the SSH keys
|
||||||
RUN mkdir -p /root/.ssh
|
RUN mkdir -p /root/.ssh
|
||||||
|
|
||||||
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/
|
|
||||||
|
|
||||||
# Copy the entrypoint script into the container
|
# Copy the entrypoint script into the container
|
||||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
|
|||||||
@@ -27,6 +27,9 @@ 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 && 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
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.0
|
3.1
|
||||||
Reference in New Issue
Block a user