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"]