Update Dockerfile

This commit is contained in:
Skillz4Killz
2021-02-14 14:06:56 -05:00
committed by GitHub
parent ebb95dd285
commit 4b5bd750e8

View File

@@ -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 \