FROM debian:bookworm RUN apt-get update && apt-get install -y git golang-go WORKDIR /src CMD ["/bin/bash"]