Skip to content

Commit 947564e

Browse files
deian 13
1 parent fdbae66 commit 947564e

File tree

1 file changed

+1
-5
lines changed
  • instrumentation/otel-webserver-module/docker/almalinux8

1 file changed

+1
-5
lines changed

instrumentation/otel-webserver-module/docker/almalinux8/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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+ ----
7773
RUN set -eux; \

0 commit comments

Comments
 (0)