diff --git a/dockerfiles/django/Dockerfile b/dockerfiles/django/Dockerfile index c19672f..3295528 100644 --- a/dockerfiles/django/Dockerfile +++ b/dockerfiles/django/Dockerfile @@ -5,6 +5,7 @@ WORKDIR /code ADD requirements.txt /code/ RUN pip install -r requirements.txt RUN apt-get update +RUN apt-get install -y apt-utils RUN apt-get install -y vim RUN apt-get install -y dnsutils imagemagick inkscape RUN pip install django-adminplus