maj depencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:alpine3.19
|
||||
FROM python:alpine3.20
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -9,7 +9,7 @@ RUN chmod 0644 /etc/cron.d/django_crons_jobs && crontab /etc/cron.d/django_crons
|
||||
|
||||
|
||||
|
||||
RUN apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache gcc musl-dev openrc
|
||||
RUN apk update && apk add --no-cache mariadb-connector-c-dev && apk add --no-cache mariadb-connector-c-dev gcc g++ libxslt-dev musl-dev nodejs npm git docker libffi-dev libffi curl libxml2-dev libxslt-dev py3-lxml mariadb python3-dev
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN python manage.py makemigrations && python manage.py migrate
|
||||
|
||||
|
Reference in New Issue
Block a user