This commit is contained in:
Carles Llobet 2022-05-10 15:17:43 +02:00 committed by GitHub
parent 2f88114b66
commit 5a907b8f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM python:3 AS compile-image
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