Fix logo download during docker build

This commit is contained in:
mplorentz
2026-02-27 13:58:56 -05:00
parent 47615a9cf7
commit e6e834307c
+3
View File
@@ -4,6 +4,9 @@
FROM node:20-bookworm AS builder
RUN apt-get update && apt-get install -y --no-install-recommends curl \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g pnpm@latest
WORKDIR /app