mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
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:
parent
9b5a706ee7
commit
cf6ceba422
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue