FROM debian:bullseye-slim # Kraken relies on this path being the specified path WORKDIR /src/work/ COPY . . RUN echo "# README docker" >> README.md