fixed docker image
This commit is contained in:
parent
66dc111ea4
commit
013d853e7c
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
&& deno install --allow-scripts=npm:canvas \
|
&& deno install --allow-scripts=npm:canvas \
|
||||||
&& apt-get remove -y nodejs npm \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
CMD ["deno", "run", "start"]
|
CMD ["deno", "run", "start"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue