Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x

This commit is contained in:
Ariel Rin
2023-08-14 15:13:54 +10:00
107 changed files with 1250 additions and 370 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir -p ${STATIC_BASE} \
# Install build dependencies
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
libmariadb-dev gcc git
libmariadb-dev gcc git pkg-config
# Install python dependencies
RUN pip install --upgrade pip