mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-07 22:58:03 +00:00
commit images based on fedora-toolbox
This commit is contained in:
parent
e9ebdb26f5
commit
2ba669aad1
10 changed files with 56 additions and 0 deletions
6
fedora-toolbox/bitwarden/Dockerfile
Normal file
6
fedora-toolbox/bitwarden/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue