diff --git a/Dockerfile b/Dockerfile index ee986dd..fb34d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy.tar.gz # install pygrocy RUN pip install /app/pygrocy.tar.gz +# remove tar file +RUN rm -f /app/pygrocy.tar.gz + # 安装依赖 RUN pip install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index e04dee0..2f8ad2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +# pygrocy @ git+https://github.com/looching/pygrocy@develop apprise==1.7.4 beautifulsoup4==4.12.2 bleak==0.21.1 @@ -13,9 +14,9 @@ Mastodon.py==1.8.1 numpy==1.26.1 peewee==3.17.0 Pillow==10.1.0 -# pygrocy @ git+https://github.com/looching/pygrocy@develop PyYAML==6.0.1 redis==4.6.0 reportlab==4.0.7 requests==2.28.2 +sentry-sdk==1.42.0 sqlite-web==0.6.3