Skip to content

Instantly share code, notes, and snippets.

@akdev1l
Created May 7, 2023 15:30
Show Gist options
  • Save akdev1l/00bafd4f2771d02b3e44b6edf87eff32 to your computer and use it in GitHub Desktop.
Save akdev1l/00bafd4f2771d02b3e44b6edf87eff32 to your computer and use it in GitHub Desktop.

Revisions

  1. akdev1l created this gist May 7, 2023.
    13 changes: 13 additions & 0 deletions Containerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    FROM archlinux:latest as builder

    RUN pacman -Syu --noconfirm \
    && pacman -S --noconfirm base-devel udisks2 p7zip \
    && useradd -m -G wheel builduser \
    && echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers

    USER builduser

    RUN mkdir ~/mscore-ttf \
    && cd ~/mscore-ttf \
    && curl 'https://gist.github.com/akdev1l/f5c0247d2d8d33b8a4f8041e826cec10/raw/ca559289daadc8c637443836ce360af7eb0a7357/PKGBUILD' -Lo PKGBUILD \
    && makepkg -si --noconfirm