We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbed73 commit 39263d0Copy full SHA for 39263d0
deno/base/1.37-dev/Dockerfile
@@ -36,7 +36,12 @@ USER noteable
36
37
ENV PATH="/srv/noteable/.cargo/bin:${PATH}"
38
39
-RUN cargo install --git https://github.com/bartlomieju/deno --branch jupyter2 deno
+# install deno from latest commit in `jupyter2` branch
40
+# TODO: update this once merged to main branch and use package install instead
41
+RUN cargo install \
42
+ --git https://github.com/bartlomieju/deno \
43
+ --rev 01ac23d431eed61308c27edad30d44040ae142cb \
44
+ deno
45
46
COPY secrets_helper.sh /tmp/secrets_helper.sh
47
COPY run.sh /usr/local/bin
0 commit comments