From cf6ceba4220e2d4c1db88964d0439dfb425851d7 Mon Sep 17 00:00:00 2001 From: Richard Clifford Date: Thu, 31 May 2018 08:47:49 +0100 Subject: [PATCH] Update Dockerfile This should fix the error: `fatal: unable to access 'https://github.com/Author/Repo.git': Problem with the SSL CA cert (path? access rights?)` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f3d19f..8b29ca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN chmod +x /usr/local/bin/apt-get-install RUN apt-get-install build-essential libtool g++ gcc \ texinfo curl wget automake autoconf python python-dev git subversion \ - unzip virtualenvwrapper sudo git virtualenvwrapper + unzip virtualenvwrapper sudo git virtualenvwrapper ca-certificates RUN useradd -m ctf RUN echo "ctf ALL=NOPASSWD: ALL" > /etc/sudoers.d/ctf