File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
instrumentation/otel-webserver-module/docker/almalinux8 Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,7 @@ RUN curl -o /usr/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/
6767 && gosu nobody true
6868
6969# ---- CMake 3.20 (tarball install), as in your original ----
70- RUN set -eux; \
71- wget "https://cmake.org/files/v${CMAKE_VERSION}/cmake-${CMAKE_0VERSION}-linux-x86_64.tar.gz" ; \
72- tar -xvf "cmake-${CMAKE_0VERSION}-linux-x86_64.tar.gz" ; \
73- cd "cmake-${CMAKE_0VERSION}-linux-x86_64" && cp -rf * /usr/local/; \
74- cd .. && rm -rf "cmake-${CMAKE_0VERSION}-linux-x86_64.tar.gz" "cmake-${CMAKE_0VERSION}-linux-x86_64"
70+ RUN apt-get update && apt-get install -y --no-install-recommends cmake && rm -rf /var/lib/apt/lists/*
7571
7672# ---- gRPC build (vendored deps) + Abseil patch for glibc 2.34+ ----
7773RUN set -eux; \
You can’t perform that action at this time.
0 commit comments