added some debugging tools

This commit is contained in:
2021-04-22 14:50:16 +02:00
parent 851d971060
commit 0a1a1de60d
2 changed files with 5 additions and 1 deletions

View File

@@ -5,4 +5,7 @@ RUN yum install -y https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-relea
yum install -y less && \
yum clean all
RUN yum install -y iproute bind-utils nmap-ncat net-tools && \
yum clean all
CMD bash -c 'cat <({ condor_master -f & tail --retry --pid $! -f /var/log/condor/MasterLog & })'