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

Docker purge unneeded files #589

Merged
merged 6 commits into from
Jan 21, 2016

Commits on Oct 12, 2015

  1. Dockerfile: Remove ~/.cache after every build step as it seems to a…

    …ppear after `pip` and `npm` steps anyways.
    jakirkham committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    aa02577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894fb8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b80f8 View commit details
    Browse the repository at this point in the history
  4. Dockerfile: Remove ~/.config after building the notebook. This di…

    …rectory only contains `bower` stuff and `bower` is removed in this `RUN` step.
    jakirkham committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    a7c3fa8 View commit details
    Browse the repository at this point in the history
  5. Dockerfile: Remove ~/.local after building the notebook. This dir…

    …ectory only contains `bower` stuff and `bower` is removed in this `RUN` step.
    jakirkham committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    7639785 View commit details
    Browse the repository at this point in the history
  6. Dockerfile: Remove ~/tmp, which is generated during the build step …

    …and is empty afterwards.
    jakirkham committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    2902db6 View commit details
    Browse the repository at this point in the history