Skip to content

Commit ae84af4

Browse files
authored
[deno] add feature flag on cargo install (#42)
add feature flag on install
1 parent 39263d0 commit ae84af4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deno/base/1.37-dev/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ENV PATH="/srv/noteable/.cargo/bin:${PATH}"
4141
RUN cargo install \
4242
--git https://github.com/bartlomieju/deno \
4343
--rev 01ac23d431eed61308c27edad30d44040ae142cb \
44+
--features __runtime_js_sources \
4445
deno
4546

4647
COPY secrets_helper.sh /tmp/secrets_helper.sh
@@ -51,7 +52,5 @@ ENV HOME="/srv/noteable"
5152
WORKDIR /etc/noteable/project
5253
EXPOSE 50001-50005
5354

54-
RUN cargo init
55-
5655
ENTRYPOINT ["tini", "-g", "--"]
5756
CMD ["run.sh"]

0 commit comments

Comments
 (0)