Merge pull request #3372 from foarsitter/debian_buster

Update docker and non-docker configs to Debian 11 (bullseye)
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-11-08 09:55:07 -03:00 committed by GitHub
commit 4cd205b19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.9-slim-buster
ARG PYTHON_VERSION=3.9-slim-bullseye
# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} as python

View File

@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.9-slim-bullseye
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1

View File

@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.9-slim-buster
ARG PYTHON_VERSION=3.9-slim-bullseye
{% if cookiecutter.js_task_runner == 'Gulp' -%}
FROM node:10-stretch-slim as client-builder

View File

@ -0,0 +1,23 @@
##basic build dependencies of various Django apps for Debian Bullseye 11.x
#build-essential metapackage install: make, gcc, g++,
build-essential
#required to translate
gettext
python3-dev
##shared dependencies of:
##Pillow, pylibmc
zlib1g-dev
##Postgresql and psycopg2 dependencies
libpq-dev
##Pillow dependencies
libtiff5-dev
libjpeg62-turbo-dev
libfreetype6-dev
liblcms2-dev
libwebp-dev
##django-extensions
libgraphviz-dev