1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/.devcontainer/Dockerfile

7 lines
164 B
Text
Raw Normal View History

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
2022-01-23 12:06:40 -05:00