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