Skip to content

Commit bce5065

Browse files
authored
Install PyYAML in Fuchsia Docker container (llvm#262)
This is needed by LLVM libc newhdrgen.
1 parent ccbac47 commit bce5065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/fuchsia/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1818
python3 \
1919
python3-pip \
2020
python3-psutil \
21+
python3-yaml \
2122
software-properties-common \
2223
unzip \
2324
# Clean apt cache to reduce image size.

0 commit comments

Comments
 (0)