forked from uncloud/uncloud
Fix docker build
This commit is contained in:
parent
f0b3f7e52b
commit
d57169343e
4 changed files with 4 additions and 1483 deletions
|
@ -8,6 +8,9 @@ FROM python:3.10.0-alpine3.15
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
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 ./
|
COPY requirements.txt ./
|
||||||
# OS requirements for building wheel and for operating uncloud
|
# OS requirements for building wheel and for operating uncloud
|
||||||
RUN apk update && apk add \
|
RUN apk update && apk add \
|
||||||
|
|
1482
models.dot
1482
models.dot
File diff suppressed because it is too large
Load diff
BIN
models.png
BIN
models.png
Binary file not shown.
Before Width: | Height: | Size: 398 KiB |
|
@ -1,4 +1,4 @@
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class MatrixhostingConfig(AppConfig):
|
class MatrixhostingConfig(AppConfig):
|
||||||
|
|
Loading…
Reference in a new issue