mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
get curl into dockerfile
This commit is contained in:
parent
d4c715199a
commit
ea881ea267
1 changed files with 1 additions and 0 deletions
|
|
@ -14,5 +14,6 @@ RUN mkdir -p data
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache src/server.ts
|
RUN deno cache src/server.ts
|
||||||
RUN deno task headless:setup
|
RUN deno task headless:setup
|
||||||
|
RUN apt-get update && apt-get install unzip curl
|
||||||
RUN deno task soapbox
|
RUN deno task soapbox
|
||||||
CMD deno task start
|
CMD deno task start
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue