fix linter error
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-25 23:13:04 +02:00
parent eb463c487b
commit db1d0cfb25

View file

@ -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 \