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

Dockerfile tweaks #109

Merged
merged 3 commits into from
Feb 5, 2020
Merged

Dockerfile tweaks #109

merged 3 commits into from
Feb 5, 2020

Commits on Jan 31, 2020

  1. Remove extraneous command

    The WORKDIR command which follows does the same thing.
    
    https://docs.docker.com/engine/reference/builder/#workdir
    sgerrand committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4e7e2d8 View commit details
    Browse the repository at this point in the history
  2. Install packages without caching

    Follows the method used earlier in the file for consistency and means that the apk cache directory doesn't need to be removed.
    sgerrand committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ed230eb View commit details
    Browse the repository at this point in the history
  3. Use Alpine Linux 3.11

    Alpine Linux 3.11 was released in December 2019.
    sgerrand committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    76b6fa2 View commit details
    Browse the repository at this point in the history