From eb463c487bd1fa30d7696c26b53250fd65390109 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:12:31 +0200 Subject: [PATCH] add dotfiles --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d138cc2..8824064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \ RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles +RUN wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh + # hadolint ignore=DL3008 RUN apt-get update \ && apt-get -y --no-install-recommends install \