There was an error while loading. Please reload this page.
1 parent 4bff63d commit 93e8662Copy full SHA for 93e8662
1 file changed
buildscripts/infrastructure/build-nodes/sles-15sp6/Dockerfile
@@ -138,9 +138,6 @@ RUN /opt/install-protobuf-cpp.sh
138
COPY install-openssl.sh /opt/
139
RUN /opt/install-openssl.sh
140
141
-COPY install-python.sh /opt/
142
-RUN /opt/install-python.sh
143
-
144
# install GDB after Python as it requires shared object files, see CMK-15854
145
COPY install-gdb.sh /opt/
146
RUN /opt/install-gdb.sh
@@ -172,7 +169,6 @@ RUN /opt/install-gnu-toolchain.sh link-only
172
169
RUN /opt/install-valgrind.sh link-only
173
170
RUN /opt/install-cmake.sh link-only
174
171
RUN /opt/install-protobuf-cpp.sh --link-only
175
-RUN /opt/install-python.sh link-only
176
RUN /opt/install-bazel.sh link-only
177
178
# Install non cached dependencies
0 commit comments