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:
parent
e54a2c511f
commit
c514da0804
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user