diff --git a/Dockerfile b/Dockerfile index 37fcabc..03b7f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,2 @@ -FROM ubuntu -RUN apt-get install curl -RUN curl -fsSL https://deno.land/x/install/install.sh | sh +FROM denoland/deno RUN deno install --allow-all --no-check -r -f https://deno.land/x/deploy/deployctl.ts \ No newline at end of file