From 0dc70413d8c5712dcb830b1ab468badd9d525dde Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 1 Mar 2022 19:54:27 +0100 Subject: [PATCH] Fixed requirement python3-dev (#194) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 257772b..8f65907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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