File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,12 +48,6 @@ RUN apt-get install -y --no-install-recommends \
4848RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
4949 && apt-get install -y --no-install-recommends nodejs
5050
51- # # Add Yarn package repository, update package list, & install Yarn
52- # RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null \
53- # && echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list \
54- # && apt-get update -qq \
55- # && apt-get install -y --no-install-recommends yarn
56-
5751# Use Yarn via Corepack to avoids using reops and GPG keys
5852RUN corepack enable \
5953 && corepack prepare yarn@stable --activate \
You can’t perform that action at this time.
0 commit comments