Fix logo download during docker build

This commit is contained in:
mplorentz
2026-02-27 13:58:56 -05:00
committed by hodlbod
parent df9f3a707a
commit 3049efe889
+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