Skip to content

Commit 24f2be0

Browse files
committed
Update docker SDK image
1 parent e2e2ae5 commit 24f2be0

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

Dockerfile.sdk

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,9 @@ RUN apt-get update && \
8686
python3-pdfkit \
8787
openjdk-11-jdk \
8888
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
10192

10293
# Build expects "python" executable (not python3).
10394
RUN rm -f /usr/bin/python && \

0 commit comments

Comments
 (0)