ARG BASE_IMAGE=python:3.10-buster

FROM $BASE_IMAGE

RUN apt-get update && \
    apt-get install -y unzip gcc disorderfs


RUN pip install -U build wheel setuptools
