Compare commits
No commits in common. "60adf393ef95a28f4601f4077cb87cb2f0b82044" and "1949f9f84a26de68d8310cad65a1a9ac08a94303" have entirely different histories.
60adf393ef
...
1949f9f84a
|
@ -16,11 +16,10 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone;
|
||||||
cargo \
|
cargo \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
olm-dev \
|
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
jpeg-dev ; \
|
jpeg-dev ; \
|
||||||
apk add --no-cache olm libmagic ffmpeg speex; \
|
apk add --no-cache ffmpeg speex; \
|
||||||
pip --no-cache-dir install upgrade pip; \
|
pip install --no-cache-dir upgrade pip; \
|
||||||
pip install --no-cache-dir -r requirements.txt ; \
|
pip install --no-cache-dir -r requirements.txt ; \
|
||||||
apk del --no-cache .build-deps;
|
apk del --no-cache .build-deps;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
context: ../.
|
context: ../.
|
||||||
dockerfile: ./docker/Dockerfile
|
dockerfile: ./docker/Dockerfile
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
|
# entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
|
||||||
volumes:
|
volumes:
|
||||||
- ../.:/app
|
- ../.:/app
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ atomicwrites
|
||||||
cachetools
|
cachetools
|
||||||
datetime
|
datetime
|
||||||
markdown
|
markdown
|
||||||
matrix-nio[e2e]>=0.18.3
|
matrix-nio # [e2e]>=0.18.3
|
||||||
peewee
|
peewee
|
||||||
Pillow
|
Pillow
|
||||||
python-magic
|
python-magic
|
||||||
|
|
Loading…
Reference in New Issue