get curl into dockerfile

This commit is contained in:
Siddharth Singh 2024-08-27 02:45:58 +05:30
parent d4c715199a
commit ea881ea267
No known key found for this signature in database

View file

@ -14,5 +14,6 @@ RUN mkdir -p data
COPY . .
RUN deno cache src/server.ts
RUN deno task headless:setup
RUN apt-get update && apt-get install unzip curl
RUN deno task soapbox
CMD deno task start