Compare commits

..

No commits in common. "31cd42b43c23d27d80d545dcc7865327c8cfd37c" and "dbc54f595e421944493529101ce85dce0169343d" have entirely different histories.

2 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:latest FROM alpine:latest
ENV TZ=Europe/Berlin ENV TZ=Europe/Berlin
ENV UNBUFFERED=1 ENV UNBUFFERED=1
@ -11,9 +11,9 @@ VOLUME /app
COPY . . COPY . .
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone; \ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone; \
/bin/sh -c 'apk update && apk add --no-cache gcc musl-dev python3-dev py3-wheel py3-pip py3-olm libffi-dev openssl-dev cargo zlib-dev jpeg-dev libmagic speex ffmpeg htop; \ /bin/sh -c 'apk update && apk add --no-cache gcc musl-dev python3-dev py3-pip libffi-dev openssl-dev cargo zlib-dev jpeg-dev speex ffmpeg htop; \
pip install update pip && pip install -r requirements.txt ; \ pip install update pip && pip install -r requirements.txt ; \
apk del zlib-dev jpeg-dev gcc musl-dev python3-dev openssl-dev cargo;' apk del zlib-dev jpeg-dev gcc musl-dev python3-dev libffi-dev openssl-dev cargo;'

View File

@ -1,4 +1,3 @@
fritzconnection fritzconnection
python-dotenv python-dotenv
xmltodict xmltodict
@ -8,15 +7,12 @@ pydub
# for matrix-commander # for matrix-commander
aiohttp aiohttp
aiofiles #<0.5.0,>=0.4.0 aiofiles
argparse argparse
asyncio asyncio
atomicwrites
cachetools
datetime datetime
markdown markdown
matrix-nio # [e2e]>=0.18.3 matrix-nio
peewee
Pillow Pillow
python_magic python_magic
uuid uuid