chore: revert dockerfile corepack changes

This commit is contained in:
Adam Aghili
2026-05-22 16:24:46 -04:00
committed by Adam-Aghili
parent 7f8bd2d432
commit 4ee1fecb28

View File

@ -36,8 +36,6 @@ RUN apt-get update \
curl \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y nodejs \
&& corepack enable \
&& corepack prepare npm@11 --activate \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*