use AUR packages

This commit is contained in:
Anders Rytter Hansen 2023-11-14 20:35:46 +01:00
commit 015b9ac83f
2 changed files with 12 additions and 8 deletions

View file

@ -3,7 +3,11 @@ FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
USER build
RUN yay -Sy --noconfirm vscodium-bin
#RUN yay -Sy --noconfirm vscodium-bin
RUN git clone https://aur.archlinux.org/vscodium-bin.git \
&& cd vscodium-bin \
&& makepkg -si --noconfirm \
&& rm -rf /app/*
USER root
RUN pacman -Sy --noconfirm qtcreator python-lsp-server

View file

@ -2,11 +2,11 @@ FROM ghcr.io/andersrh/containers/cachyos/base-gui:main
WORKDIR /app
#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
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
#RUN pacman -Sy --noconfirm lbry-desktop-bin