Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM python:3.10-slim RUN apt update && apt install git -y RUN apt update && apt install git gcc -y COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt RUN apt install fontconfig fonts-nanum -y Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM python:3.10-slim RUN apt update && apt install git -y RUN apt update && apt install git gcc -y COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt RUN apt install fontconfig fonts-nanum -y Loading