V0.6.0 Arroyo Toad
This commit is contained in:
7
.devcontainer/DOCKERFILES/deno.dockerfile
Normal file
7
.devcontainer/DOCKERFILES/deno.dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM denoland/deno
|
||||
RUN apt update -y && \
|
||||
apt install \
|
||||
git \
|
||||
sqlite3 \
|
||||
npm \
|
||||
-y
|
||||
Reference in New Issue
Block a user