# OPTIONAL
FROM willy0912/kubify:main

COPY . .

# os security updates automated
RUN apt update
RUN apt -y upgrade

RUN make clean
RUN make pip
RUN make package

RUN pip install -e .