Skip to content

Commit

Permalink
Moved Deno install to native image
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk authored Mar 11, 2024
1 parent 399fc7f commit 5c458ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
64 changes: 0 additions & 64 deletions deno/scripts/deno-install.sh

This file was deleted.

4 changes: 1 addition & 3 deletions deno/templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM mcr.microsoft.com/devcontainers/base:jammy

ARG deno_version
# Install Deno with support for ARM64
COPY deno/scripts/deno-install.sh /tmp/deno-install.sh
RUN /tmp/deno-install.sh ${deno_version}
RUN curl -fsSL https://deno.land/install.sh | sh -s ${deno_version}

# Preinstall Code Server for user 'vscode' to speed up first run
COPY scripts/install-vs-code-server.sh /tmp/install-vs-code-server.sh
Expand Down

0 comments on commit 5c458ca

Please sign in to comment.