fix linter error
This commit is contained in:
parent
eb463c487b
commit
db1d0cfb25
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue