diff --git a/Dockerfile b/Dockerfile index cf7af7dc..30689e9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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