This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user