mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Docker: Specify distribution of base image, upgrade to Python 3.9
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM python:3.8
|
FROM python:3.9-bullseye
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
default-libmysqlclient-dev \
|
libmariadb-dev \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
@@ -15,8 +15,7 @@ RUN apt-get update && \
|
|||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
locales \
|
locales \
|
||||||
nginx \
|
nginx \
|
||||||
python-dev \
|
python3-virtualenv \
|
||||||
python-virtualenv \
|
|
||||||
python3-dev \
|
python3-dev \
|
||||||
sudo \
|
sudo \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
|||||||
Reference in New Issue
Block a user