From 5a907b8f7b4c4c4f9c37c6a80bf2b5ae9777e1d1 Mon Sep 17 00:00:00 2001 From: Carles Llobet Date: Tue, 10 May 2022 15:17:43 +0200 Subject: [PATCH] Typo fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dff6cca..143c819 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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