Update docker file in order to fix builds

This commit is contained in:
Aria 2025-03-10 22:09:20 +11:00
parent 42dcc2ec6f
commit 651c4ef318
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -6,6 +6,7 @@ RUN pnpm install --shamefully-hoist
COPY . .
COPY .git .
RUN apt-get update -y
RUN apt-get install -y jpegoptim