• Show log

    Commit

  • Hash : 39b7e8b0
    Author : Patrick Steinhardt
    Date : 2019-08-02T12:26:30

    docker: convert apt-get to use best practices Reformat both Xenial and Bionic's Dockerfiles to use best practices. Most importantly, we now run `apt-get update` and `apt-get install` in one step followed up by removing the package lists to speed up installation and keep down the image size.