-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3854d3b
commit 5ab8e52
Showing
5 changed files
with
774 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ FROM hlf01/cryptg:cryptg0.4.0-python3.8.16-alpine3.17 AS cryptg_builder | |
FROM python:3.8.16-alpine3.17 | ||
WORKDIR /telegram-onedrive | ||
COPY ./ ./ | ||
RUN apk add --update --no-cache libgcc &&\ | ||
pip install --no-cache-dir telethon requests flask onedrivesdk==1.1.8 | ||
RUN apk add --update --no-cache libgcc git &&\ | ||
pip install --no-cache-dir telethon requests flask onedrivesdk==1.1.8 git+https://github.com/hlf20010508/[email protected]#subdirectory=ltorrent_async &&\ | ||
apk del git | ||
COPY --from=cryptg_builder /cryptg /usr/local/lib/python3.8/site-packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.