From cfd0dbba6629c785083352533a60b1175d1851e8 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:16:34 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51652036..b4109390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,15 +5,15 @@ # Base Docker Using Ubuntu 23.04, Python 3.11 and Built In Pip ## With Built in Pip Package -# FROM yasirarism/misskaty-docker:latest +FROM yasirarism/misskaty-docker:latest ## Without Built in Pip Package -FROM yasirarism/misskaty-docker:free +# FROM yasirarism/misskaty-docker:free # Set Hostname ENV HOSTNAME misskaty # Copy Files COPY . . # Instal pip package -RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages +# RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages # Set CMD Bot CMD ["bash", "start.sh"]