grim/containers/msys2-cross

a77abdcf69b3
Parents d5bfd6e7ff08
Children 7cc65d2fd8f5
bsdtar has been moved to libarchive-tools
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Sun Sep 29 21:02:28 2019 -0500
    +++ b/Dockerfile Sun Sep 29 21:11:42 2019 -0500
    @@ -27,7 +27,7 @@
    # Get our base dependencies
    RUN set -ex && \
    apt-get update && \
    - apt-get install -y wget xz-utils gnupg2 bsdtar file && \
    + apt-get install -y wget xz-utils gnupg2 libarchive-tools file && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists