grim/containers/msys2-cross

Install ztd as well since makepkg needs it
draft default tip
2020-08-19, Gary Kramlich
99ecb46699c9
Parents e606ad72df6a
Children
Install ztd as well since makepkg needs it
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Tue Aug 18 18:27:21 2020 -0500
    +++ b/Dockerfile Wed Aug 19 04:51:29 2020 -0500
    @@ -28,7 +28,7 @@
    # Get our base dependencies
    RUN set -ex && \
    apt-get update && \
    - apt-get install -y wget xz-utils gnupg2 libarchive-tools file && \
    + apt-get install -y wget xz-utils gnupg2 libarchive-tools file zstd && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists