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?)`
This commit is contained in:
Richard Clifford 2018-05-31 08:47:49 +01:00 committed by Yan
parent 9b5a706ee7
commit cf6ceba422

View file

@ -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