My Dockerfile:
FROM python:3.8 COPY . /code WORKDIR /code RUN apt-get update && apt-get install -y --no-install-recommends apt-utils build-essential