diff --git a/Dockerfiles/django/Dockerfile b/Dockerfiles/django/Dockerfile index 84c7dde..c84fd56 100644 --- a/Dockerfiles/django/Dockerfile +++ b/Dockerfiles/django/Dockerfile @@ -14,7 +14,7 @@ RUN dpkg-reconfigure -f noninteractive tzdata # install software RUN apt update -RUN apt install -y build-essential python3-dev libpq-dev python3-pip sqlite3 gettext +RUN apt install -y build-essential python3-dev libpq-dev python3-pip gettext # install dependencies