grim/containers/msys2-cross

33c8244dba2a
Parents caef68cce92b
Children 3dc960efb985
Make sure we have everything installed for makepkg to run
  • +3 -2
    Dockerfile
  • --- a/Dockerfile Wed May 01 00:22:14 2019 -0500
    +++ b/Dockerfile Thu May 02 04:06:00 2019 -0500
    @@ -4,7 +4,7 @@
    # Get our base dependencies
    RUN set -ex && \
    apt-get update && \
    - apt-get install -y wget xz-utils gnupg2 && \
    + apt-get install -y wget xz-utils gnupg2 bsdtar && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists
    @@ -26,5 +26,6 @@
    # setup our cross root
    RUN set -ex && \
    mkdir -p /windows/etc /windows/var/lib/pacman /windows/var/log /windows/tmp && \
    - pacman --root /windows -Syu
    + pacman-cross -Syu && \
    + pacman-cross -Syy --noconfirm msys/pacman