Skip to content

Instantly share code, notes, and snippets.

@bhurlow
Created February 27, 2024 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhurlow/8b2220e8c825188cfd42ca28db289fb2 to your computer and use it in GitHub Desktop.
Save bhurlow/8b2220e8c825188cfd42ca28db289fb2 to your computer and use it in GitHub Desktop.
VERSION 0.8
FROM debian:bookworm-slim
WORKDIR /app
init:
RUN apt-get update
RUN apt-get install -y curl dnsutils host gnupg python3 ca-certificates make g++ git
RUN curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install && chmod +x install && ./install
RUN sleep 5000
RUN bb --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment