From 9032bd097be863ec7e27b2b56f641937f65067c3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Roemer Date: Mon, 25 Jan 2016 13:07:37 +0000 Subject: Update Dockerfile & build script and add /etc/nsswitch.conf: - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script --- docker/nsswitch.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker/nsswitch.conf (limited to 'docker/nsswitch.conf') diff --git a/docker/nsswitch.conf b/docker/nsswitch.conf new file mode 100644 index 00000000..70eb1733 --- /dev/null +++ b/docker/nsswitch.conf @@ -0,0 +1,16 @@ +# /etc/nsswitch.conf + +passwd: compat +group: compat +shadow: compat + +hosts: files dns +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis + -- cgit v1.2.3