feat: Update pygrocy download link in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8bec2fe1c7
commit
d48d5ee474
@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
|
||||
# download file from cdn
|
||||
RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy-2-0-1.tar.gz
|
||||
RUN wget -O /app/pygrocy.tar.gz https://cdn.tunpok.com/pygrocy.tar.gz
|
||||
|
||||
# install pygrocy
|
||||
RUN pip install /app/pygrocy.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user