use AUR packages
This commit is contained in:
parent
b8b19cebe1
commit
015b9ac83f
2 changed files with 12 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue