Update Dockerfile

This commit is contained in:
Anders Rytter Hansen 2023-11-14 19:17:10 +01:00
commit e27fd062b0

View file

@ -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