Skip to main content
Latest
File
FROM alpine:3.12.0 AS deno_guiRUN apk --no-cache add curlRUN curl -fsSL https://deno.land/x/install/install.sh | shRUN cd /root/.deno/binRUN ls /root/RUN /root/.deno/bin/deno --version