]> git.parisson.com Git - teleforma.git/commitdiff
Upgraded to Debian 10 pb-docker-dev
authorGael Le Mignot <gael@pilotsystems.net>
Tue, 18 Nov 2025 08:05:35 +0000 (09:05 +0100)
committerGael Le Mignot <gael@pilotsystems.net>
Tue, 18 Nov 2025 08:05:35 +0000 (09:05 +0100)
Dockerfile
debian-packages.txt
requirements.txt

index 9fcc5419e8ebc1d945310d861fbd7167a7240410..cb6795813fbf85dfc4ab328221393d939bd351b6 100644 (file)
@@ -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 <yomguy@parisson.com>
 
@@ -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) && \
index 731d01ce6af2a3e1645d84fd371cff4a796dc939..a9e99f4a5f84277e310bd0c5d48e3e5e0ca6badf 100644 (file)
@@ -10,4 +10,4 @@ python3-yaml
 uwsgi
 gettext
 ffmpeg
-ipython
\ No newline at end of file
+ipython3
index 162967b41d7bd95a1e84c94b821347057b4fe234..39c85c75de24698752aca699c5f1eff799bc62bc 100644 (file)
@@ -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