Compare commits

..

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

2 changed files with 5 additions and 9 deletions

View File

@ -11,9 +11,9 @@ VOLUME /app
COPY . .
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 ; \
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
python-dotenv
xmltodict
@ -8,15 +7,12 @@ pydub
# for matrix-commander
aiohttp
aiofiles #<0.5.0,>=0.4.0
aiofiles
argparse
asyncio
atomicwrites
cachetools
datetime
markdown
matrix-nio # [e2e]>=0.18.3
peewee
matrix-nio
Pillow
python_magic
uuid