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 \