removed chromium and brave
This commit is contained in:
parent
411f304ebd
commit
cd2ed14750
2 changed files with 0 additions and 10 deletions
|
|
@ -10,11 +10,7 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
|
||||
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo && \
|
||||
dnf install dnf-plugins-core -y && \
|
||||
dnf -y config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo && \
|
||||
rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc && \
|
||||
dnf install -y --setopt=install_weak_deps=False --best \
|
||||
chromium \
|
||||
terminator \
|
||||
tilix \
|
||||
kubernetes-client \
|
||||
|
|
@ -26,7 +22,6 @@ RUN \
|
|||
papirus-icon-theme \
|
||||
thunderbird \
|
||||
firefox \
|
||||
brave-browser \
|
||||
code && \
|
||||
echo "**** cleanup ****" && \
|
||||
dnf autoremove -y && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue