add Bitwarden container
This commit is contained in:
parent
5868d5eb87
commit
dffc70bc26
4 changed files with 154 additions and 0 deletions
7
containers/cachyos/bitwarden/Dockerfile
Normal file
7
containers/cachyos/bitwarden/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pacman -Sy --noconfirm bitwarden
|
||||
|
||||
RUN sed -i 's/app.asar/app.asar --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations/' /usr/bin/bitwarden-desktop
|
||||
Loading…
Add table
Add a link
Reference in a new issue