Compare commits

...
+3 -4
View File
@@ -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 \