FROM python:3.11.5-slim WORKDIR /app #COPY requirements.txt . RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y RUN pip install pandas py-cord koreanbots motor uvloop korcen nanoid pendulum Wavelink onnxruntime psutil meilisearch_python_sdk Pillow opencv-python aiogoogletrans sentry-sdk RUN pip uninstall -y discord.py py-cord RUN pip install --no-cache-dir py-cord[speed] py-cord[voice] RUN ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime COPY . . CMD ["python", "-m", "Christmas"]