Fix logo download during docker build

This commit is contained in:
mplorentz
2026-02-27 13:58:56 -05:00
parent e885fe073f
commit 442dc8a207
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -4,6 +4,9 @@
FROM node:20-slim 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