trepa/.devcontainer/Dockerfile
2024-12-30 19:48:29 +00:00

5 lines
No EOL
117 B
Docker

FROM debian:12
RUN apt update &&\
apt install git curl unzip -y &&\
curl -fsSL https://bun.sh/install | bash