Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3.0] backport builder update to release/1.3.0 #5210

Merged
merged 2 commits into from
May 4, 2020

Commits on Apr 28, 2020

  1. Always update cache when downloading python3-requests

    Builder Dockerfile will delete /var/lib/apt/lists, resulting in the error `E: Unable to locate package python3-requests`, because the image was built less than 1h ago. In most or all cases, the cache will be updated regardless.
    
    (cherry picked from commit dd73b11)
    emkll authored and zenmonkeykstop committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9bb6b41 View commit details
    Browse the repository at this point in the history
  2. Update builder image

    Builder image needed updates
    
    (cherry picked from commit 6a2525f)
    emkll authored and zenmonkeykstop committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e02de03 View commit details
    Browse the repository at this point in the history