Bump to use Alpine 3.12 since 3.8 is now EOL. (#390)
* Bump to use Alpine 3.12 since 3.8 is now EOL. * Manually install pip in all images. * Rename all py- modules to py3- modules. * Replace mysqldb with mysqlclient library for Mysql support in web.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.12
|
||||
|
||||
MAINTAINER Abhilash Raj
|
||||
|
||||
@@ -14,8 +14,8 @@ RUN set -ex \
|
||||
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
|
||||
postgresql-dev mariadb-dev python3-dev libffi-dev openldap-dev \
|
||||
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
|
||||
postgresql-client mysql-client py-mysqldb curl mailcap gettext \
|
||||
python3 py3-setuptools xapian-core xapian-bindings-python3 libffi \
|
||||
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
|
||||
python3 py3-pip xapian-core xapian-bindings-python3 libffi \
|
||||
&& python3 -m pip install -U 'Django<3.0' pip setuptools wheel \
|
||||
&& pip install mailmanclient==3.3.1 \
|
||||
postorius==1.3.3 \
|
||||
|
||||
Reference in New Issue
Block a user