We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5895c commit ce3feebCopy full SHA for ce3feeb
libcxx/utils/ci/Dockerfile
@@ -42,7 +42,7 @@ RUN echo 6
42
RUN apt-get update && apt-get install -y bash curl
43
44
# Install various tools used by the build or the test suite
45
-RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
+RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils python3-psutil git gdb
46
47
# Locales for gdb and localization tests
48
RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
0 commit comments