From db6e23e1fae76466b99b357bd5e72c543806a852 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Wed, 25 Oct 2017 15:15:12 -0300 Subject: [PATCH] Add sudo shim --- Dockerfile.dind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 4276471..602afd2 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -39,7 +39,7 @@ RUN mkdir /etc/bash_completion.d \ RUN rm /sbin/modprobe && echo '#!/bin/true' >/sbin/modprobe && chmod +x /sbin/modprobe # Install a nice vimrc file and prompt (by soulshake) -COPY ["docker-prompt","/usr/local/bin/"] +COPY ["docker-prompt","sudo","/usr/local/bin/"] COPY [".vimrc",".profile", ".inputrc", ".gitconfig", "./root/"] COPY ["motd", "/etc/motd"] COPY ["daemon.json", "/etc/docker/"]