FROM debian:12-slim

WORKDIR /app

COPY . . 

RUN apt-get update && apt-get install -y make && make install

ENTRYPOINT ["bob"]