commit images based on fedora-toolbox

This commit is contained in:
Anders Rytter Hansen 2023-04-07 11:55:05 +02:00
commit 2ba669aad1
10 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,6 @@
FROM localhost/andersrh/fedora-toolbox/gui
WORKDIR /app
RUN wget "https://vault.bitwarden.com/download/?app=desktop&platform=linux&variant=rpm" -O bitwarden.rpm \
&& yum localinstall -y bitwarden.rpm && rm -f bitwarden.rpm && dnf clean all