add LBRY container
This commit is contained in:
parent
934cfd4fd1
commit
10b8fb58cd
4 changed files with 151 additions and 0 deletions
7
containers/cachyos/lbry/Dockerfile
Normal file
7
containers/cachyos/lbry/Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue