Skip to content

Commit

Permalink
Install python3-ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed May 14, 2024
1 parent 07b7982 commit f875b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/llpc-clang-tidy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ SHELL ["/bin/bash", "-c"]

COPY docker/update-llpc.sh /vulkandriver/

RUN apt-get install -yqq --no-install-recommends python3-ruamel.yaml

RUN /vulkandriver/update-llpc.sh
RUN git -C /vulkandriver/drivers/llpc fetch origin "$LLPC_BASE_REF" --update-head-ok

Expand Down

0 comments on commit f875b93

Please sign in to comment.