Skip to content

Commit

Permalink
[swan-cern] Install diff
Browse files Browse the repository at this point in the history
Since now the side-container uses Alma9 as image, which does not
include diff by default.
  • Loading branch information
etejedor committed Nov 26, 2024
1 parent 66c0164 commit 96372b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swan-cern/files/private/side_container_tokens_perm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ echo "start refreshing EOS kerberos tickets in user container"
copy_token_to_notebook /srv/side-container/eos/krb5cc /srv/notebook/tokens/krb5cc
copy_token_to_notebook /srv/side-container/eos/krb5cc /srv/notebook/tokens/writable/krb5cc_nb_term
klist -c /srv/notebook/tokens/krb5cc

# Install diff to use it below
dnf install -y diffutils

while true; do
sleep $CULL_PERIOD

Expand Down

0 comments on commit 96372b0

Please sign in to comment.