Skip to content

Commit

Permalink
Don't install redhat-lsb-core on EL9: it doesn't exist. Nothing provi…
Browse files Browse the repository at this point in the history
…des lsb_release
  • Loading branch information
matyasselmeci committed Mar 22, 2023
1 parent 10a0167 commit a6f2ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN useradd osg \
&& mkdir -p ~osg/.condor \
&& yum -y install \
osg-wn-client \
redhat-lsb-core \
apptainer \
attr \
git \
rsyslog rsyslog-gnutls python3-cryptography python3-requests \
bind-utils \
&& 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 a6f2ad6

Please sign in to comment.