Created
February 27, 2024 15:31
-
-
Save bhurlow/8b2220e8c825188cfd42ca28db289fb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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