From: Gael Le Mignot Date: Tue, 18 Nov 2025 08:05:35 +0000 (+0100) Subject: Upgraded to Debian 10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a8f31a773efbab8cb929847d9c32f26a6917448e;p=teleforma.git Upgraded to Debian 10 --- diff --git a/Dockerfile b/Dockerfile index 9fcc5419..cb679581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3 +FROM python:3.9-bullseye MAINTAINER Guillaume Pellerin @@ -25,8 +25,9 @@ RUN mkdir -p /srv/lib/teleforma WORKDIR /srv +#COPY sources-buster.list /etc/apt/sources.list +#COPY freexian-archive-extended-lts.gpg /etc/apt/trusted.gpg.d/freexian-archive-extended-lts.gpg RUN apt-get update && apt-get install -y apt-transport-https -# COPY etc/apt/sources.list /etc/apt/ COPY debian-packages.txt /srv RUN apt-get update && \ DEBIAN_PACKAGES=$(egrep -v "^\s*(#|$)" /srv/debian-packages.txt) && \ diff --git a/debian-packages.txt b/debian-packages.txt index 731d01ce..a9e99f4a 100644 --- a/debian-packages.txt +++ b/debian-packages.txt @@ -10,4 +10,4 @@ python3-yaml uwsgi gettext ffmpeg -ipython \ No newline at end of file +ipython3 diff --git a/requirements.txt b/requirements.txt index 162967b4..39c85c75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,11 +5,10 @@ dj_pagination==2.5.0 # used by postman -e git+https://github.com/pilot-systems/django-forms-builder.git@master#egg=django-forms-builder django-jazzmin==2.5.0 django-json-rpc==0.7.1 -django-nvd3==0.8.2 django-postman==4.2 django-utils-six==2.0 # for Django 3 forward compatibility django-tinymce==3.4.0 --e git+https://git.parisson.com/git/django-unique-session.git@master#egg=django-unique-session +-e git+https://github.com/Parisson/django-unique-session@master#egg=django-unique-session django-user-agents==0.4.0 django-extensions==2.1.3 -e git+https://github.com/pilot-systems/django-notes.git@master#egg=notes