File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -86,18 +86,9 @@ RUN apt-get update && \
86
86
python3-pdfkit \
87
87
openjdk-11-jdk \
88
88
maven && \
89
- pip3 install --upgrade "grpcio-tools<1.68"
90
-
91
- # Client build requires recent version of CMake (FetchContent required)
92
- # Using CMAKE installation instruction from:: https://apt.kitware.com/
93
- RUN apt update -q=2 \
94
- && apt install -y gpg wget \
95
- && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null \
96
- && . /etc/os-release \
97
- && echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null \
98
- && apt-get update -q=2 \
99
- && apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \
100
- && cmake --version
89
+ pip3 install --upgrade "grpcio-tools<1.68" cmake==4.0.3
90
+
91
+ ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
101
92
102
93
# Build expects "python" executable (not python3).
103
94
RUN rm -f /usr/bin/python && \
You can’t perform that action at this time.
0 commit comments