diff --git a/Dockerfile b/Dockerfile index 8824064..ed6fcff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ 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 +RUN wget --quiet https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh # hadolint ignore=DL3008 RUN apt-get update \