tool / dockerbox /render /Dockerfile
Vo Hoang Minh
u
d2c5b67
raw
history blame contribute delete
208 Bytes
FROM python:3.14-rc-slim
RUN apt-get update && \
apt-get install -y wget unzip ffmpeg fonts-nanum jq && \
rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN pip install --no-cache-dir requests pandas