Created
          May 7, 2023 15:30 
        
      - 
      
- 
        Save akdev1l/00bafd4f2771d02b3e44b6edf87eff32 to your computer and use it in GitHub Desktop. 
    container to get the MS fonts
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment