mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
QA-213 fix rhel9 dep
This commit is contained in:
parent
ce718c16d5
commit
98c548e680
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -ex
|
||||
|
||||
if [ -f /usr/bin/dnf ]; then
|
||||
dnf install -y vlc git tmux xz glibc-locale-source glibc-langpack-en
|
||||
dnf install -y --nobest vlc git tmux xz glibc-locale-source glibc-langpack-en
|
||||
if [ -z ${SKIP_CLEAN+x} ]; then
|
||||
dnf clean all
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue