summaryrefslogtreecommitdiff
path: root/.devcontainer/Dockerfile
blob: 0aa1b019877eb7aae90990a48d6ecf787c93b333 (plain)
1
2
3
4
5
6
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1

# Install Deno
ENV DENO_INSTALL=/usr/local
RUN curl -fsSL https://deno.land/x/install/install.sh | sh