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 fba3592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/llpc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ARG FEATURES
# Use bash instead of sh in this docker file.
SHELL ["/bin/bash", "-c"]

RUN export DEBIAN_FRONTEND=noninteractive && export TZ=America/New_York \
&& apt-get update \
&& apt-get install -yqq --no-install-recommends python3-ruamel.yaml

# Copy helper scripts into container.
COPY docker/*.sh /vulkandriver/

Expand Down

0 comments on commit fba3592

Please sign in to comment.