Fixed requirement python3-dev (#194)

This commit is contained in:
Alex 2022-03-01 19:54:27 +01:00 committed by GitHub
parent 515d66fd98
commit 0dc70413d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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