0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 10:08:58 +01:00

chore: use official deno installer (#2250)

This commit is contained in:
ryu 2024-02-22 11:33:14 +09:00 committed by GitHub
parent e54a2c511f
commit c514da0804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/typescript-node:20
# Install Deno
ENV DENO_INSTALL=/usr/local
RUN curl -fsSL https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | sh
RUN curl -fsSL https://deno.land/install.sh | sh
# Install Bun
ENV BUN_INSTALL=/usr/local