diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2df86ac9c..359cf1a86 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ RUN mkdir -p /deno \ ENV PATH=${DENO_INSTALL}/bin:${PATH} \ DENO_DIR=${DENO_INSTALL}/.cache/deno -RUN deno cache deps.ts +# RUN deno cache deps.ts # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \