FROM python:3.9-alpine RUN apk add build-base git bc COPY requirements.txt ./ RUN pip3 install --no-cache-dir -r requirements.txt