Update Dockerfile
This commit is contained in:
parent
10b8fb58cd
commit
e27fd062b0
1 changed files with 8 additions and 3 deletions
|
|
@ -2,6 +2,11 @@ FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
USER build
|
||||
RUN yay -Sy --noconfirm lbry-desktop-bin
|
||||
USER root
|
||||
#USER build
|
||||
#RUN git clone https://aur.archlinux.org/lbry-desktop-bin.git \
|
||||
#&& cd lbry-desktop-bin \
|
||||
#&& makepkg -si --noconfirm \
|
||||
#&& rm -rf /app/*
|
||||
#USER root
|
||||
|
||||
RUN pacman -Sy --noconfirm lbry-desktop-bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue