add LBRY container

This commit is contained in:
Anders Rytter Hansen 2023-11-14 19:08:24 +01:00
commit 10b8fb58cd
4 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,7 @@
FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
USER build
RUN yay -Sy --noconfirm lbry-desktop-bin
USER root