Skip to content

Commit

Permalink
Install socat into the image for network testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Sep 6, 2023
1 parent 2ed8164 commit 62e4108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN useradd osg \
'git >= 2' \
rsyslog rsyslog-gnutls python3-cryptography python3-requests \
bind-utils \
socat \
&& if [[ $BASE_OS != el9 ]]; then yum -y install redhat-lsb-core; fi \
&& yum clean all \
&& mkdir -p /etc/condor/passwords.d /etc/condor/tokens.d
Expand Down

0 comments on commit 62e4108

Please sign in to comment.