This commit is contained in:
Daniel O'Connor
2026-03-01 05:14:18 +00:00
parent be7a14d5a5
commit 83dd6baab0

View File

@@ -10,7 +10,7 @@ RUN apt-get update -qq && \
gnupg2 \
shared-mime-info \
libvips \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& npm install -g yarn \
&& apt-get clean \