Fix docker build

This commit is contained in:
Nico Schottelius 2021-12-18 21:48:24 +01:00
parent f0b3f7e52b
commit d57169343e
4 changed files with 4 additions and 1483 deletions

View File

@ -8,6 +8,9 @@ FROM python:3.10.0-alpine3.15
WORKDIR /usr/src/app
# FIX https://github.com/python-ldap/python-ldap/issues/432
RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
COPY requirements.txt ./
# OS requirements for building wheel and for operating uncloud
RUN apk update && apk add \

1482
models.dot

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 KiB

View File

@ -1,4 +1,4 @@
from django.apps import AppConfig
from django.apps import AppConfig
class MatrixhostingConfig(AppConfig):