diff options
author | Ivan Komissarov <ABBAPOH@gmail.com> | 2022-07-30 09:51:44 +0200 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2022-08-10 13:47:08 +0000 |
commit | 26592a2bc681d14cb17e6659e1dc4e5d5fb5b922 (patch) | |
tree | ed53f0384e5cf104a8eeae456419c7ba433dfc1c /docker | |
parent | 3927fe3514625618215a1196cb4504e5fe1c2974 (diff) | |
download | qbs-26592a2bc681d14cb17e6659e1dc4e5d5fb5b922.tar.gz |
Update focal-qt6 image to Qt 6.2.4
Change-Id: I098072d593d927d52b56e06d48e3fbe018c072a4
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/focal/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/focal/Dockerfile b/docker/focal/Dockerfile index df687f3a0..405fe0a16 100644 --- a/docker/focal/Dockerfile +++ b/docker/focal/Dockerfile @@ -75,7 +75,7 @@ RUN apt-get update -qq && \ update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-8 100 && \ update-alternatives --install /usr/bin/clang-check clang-check /usr/bin/clang-check-8 100 && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 100 && \ - pip install beautifulsoup4 lxml protobuf pyyaml + pip install beautifulsoup4 lxml protobuf==3.19.1 pyyaml ENV LLVM_INSTALL_DIR=/usr/lib/llvm-8 |