diff --git a/Dockerfile b/Dockerfile index 2be8fc38..20b33473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y software-properties-common RUN add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && apt-get upgrade -y RUN apt-get install -y vim python3-virtualenv python${python_version} python${python_version}-dev python${python_version}-distutils +RUN apt-get install -y sudo git make # Define Environment Variables ENV CODEJAIL_GROUP=sandbox