File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1499,7 +1499,7 @@ RUN cp generated-confs/libnss_mig.conf /etc/ \
14991499
15001500# Adjust paramiko to reduce log noise from scans if matching patch is available
15011501RUN cd $MIG_ROOT/mig/src/paramiko \
1502- && make patch PLATFORM=el8
1502+ && if [ -e Makefile ]; then make patch PLATFORM=el8 ; fi
15031503
15041504RUN chmod 755 generated-confs/envvars \
15051505 && chmod 755 generated-confs/httpd.conf
Original file line number Diff line number Diff line change @@ -1387,6 +1387,7 @@ RUN cp generated-confs/libnss_mig.conf /etc/ \
13871387# Adjust paramiko to reduce log noise from scans if matching patch is available
13881388RUN cd $MIG_ROOT/mig/src/paramiko \
13891389 && make patch PLATFORM=el9
1390+ && if [ -e Makefile ]; then make patch PLATFORM=el9 ; fi
13901391
13911392RUN chmod 755 generated-confs/envvars \
13921393 && chmod 755 generated-confs/httpd.conf
You can’t perform that action at this time.
0 commit comments