mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Fixed requirement python3-dev (#194)
This commit is contained in:
parent
515d66fd98
commit
0dc70413d8
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ COPY .docker/apt-get-install /usr/local/bin/apt-get-install
|
|||
RUN chmod +x /usr/local/bin/apt-get-install
|
||||
|
||||
RUN apt-get-install build-essential libtool g++ gcc rubygems \
|
||||
texinfo curl wget automake autoconf python python-dev git subversion \
|
||||
unzip virtualenvwrapper sudo git virtualenvwrapper ca-certificates
|
||||
texinfo curl wget automake autoconf python python-dev python3-dev git \
|
||||
unzip virtualenvwrapper sudo git subversion virtualenvwrapper ca-certificates
|
||||
|
||||
RUN useradd -m ctf
|
||||
RUN echo "ctf ALL=NOPASSWD: ALL" > /etc/sudoers.d/ctf
|
||||
|
|
Loading…
Reference in a new issue