trepa/.devcontainer/Dockerfile

5 lines
117 B
Text
Raw Normal View History

2024-12-30 20:48:29 +01:00
FROM debian:12
RUN apt update &&\
apt install git curl unzip -y &&\
curl -fsSL https://bun.sh/install | bash