mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 08:33:11 +08:00
Typo fix
This commit is contained in:
parent
2f88114b66
commit
5a907b8f7b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3 AS compile-image
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --user telethon cryptg==0.2
|
RUN pip install --no-cache-dir --user telethon cryptg==0.2
|
||||||
|
|
||||||
FROM python:3-slime AS run-image
|
FROM python:3-slim AS run-image
|
||||||
|
|
||||||
COPY --from=compile-image /root/.local /root/.local
|
COPY --from=compile-image /root/.local /root/.local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue