Skip to content

Commit 93e8662

Browse files
Fix up for eede0e5
Change-Id: If0b3a6fbb444da5e11a546dd609fcc69b7f7360c
1 parent 4bff63d commit 93e8662

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • buildscripts/infrastructure/build-nodes/sles-15sp6

buildscripts/infrastructure/build-nodes/sles-15sp6/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ RUN /opt/install-protobuf-cpp.sh
138138
COPY install-openssl.sh /opt/
139139
RUN /opt/install-openssl.sh
140140

141-
COPY install-python.sh /opt/
142-
RUN /opt/install-python.sh
143-
144141
# install GDB after Python as it requires shared object files, see CMK-15854
145142
COPY install-gdb.sh /opt/
146143
RUN /opt/install-gdb.sh
@@ -172,7 +169,6 @@ RUN /opt/install-gnu-toolchain.sh link-only
172169
RUN /opt/install-valgrind.sh link-only
173170
RUN /opt/install-cmake.sh link-only
174171
RUN /opt/install-protobuf-cpp.sh --link-only
175-
RUN /opt/install-python.sh link-only
176172
RUN /opt/install-bazel.sh link-only
177173

178174
# Install non cached dependencies

0 commit comments

Comments
 (0)