Compare commits
No commits in common. "294af9c6af3f9c09d88a8b9cf0e7432a629c060e" and "850a4d63594ae268155e2669920f7fe5b345bbfd" have entirely different histories.
294af9c6af
...
850a4d6359
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||
nodejs \
|
||||
npm \
|
||||
&& deno install --allow-scripts=npm:canvas \
|
||||
&& apt-get remove -y nodejs npm \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
CMD ["deno", "run", "start"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue