1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/.devcontainer/Dockerfile
2022-06-04 01:40:45 +02:00

6 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