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