|
|
|
@ -7,7 +7,7 @@ ADD . . |
|
|
|
#USER 1001 |
|
|
|
|
|
|
|
# Install the dependencies |
|
|
|
RUN apt-get update && apt-get install -y sqlite3 netcat vim |
|
|
|
RUN apk add sqlite3 netcat vim |
|
|
|
RUN pip install -U "pip>=19.3.1" && \ |
|
|
|
pip install -r requirements.txt && \ |
|
|
|
# python manage.py collectstatic --noinput && \ |
|
|
|
|