deno/.devcontainer/Dockerfile
2022-06-04 01:40:45 +02:00

7 lines
164 B
Docker

FROM mcr.microsoft.com/vscode/devcontainers/rust:1-bullseye
# Install Deno
ENV DENO_INSTALL=/usr/local
RUN curl -fsSL https://deno.land/x/install/install.sh | sh