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

Make the base image compatible with common network services #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2018

  1. Make the base image compatible with common network services

    My use case here to make cachix (https://cachix.org/) works out of the
    box.
    
    I've done small changes to make complexe network services works:
    
    - Add in /etc the iana files services + protocoles
    - Add in /etc the the ssl directory from cacert
    - Set the USER variable to ROOT
    - Make bash available at standard locations (/bin,/usr/bin)
    MERCIER Michael committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7f81e61 View commit details
    Browse the repository at this point in the history
  2. fix bash links

    MERCIER Michael committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b04efaf View commit details
    Browse the repository at this point in the history