This commit is contained in:
STAM 2024-02-10 01:30:17 +03:00
parent 2af31526ba
commit 4f9f635b6f
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

View File

@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN groupadd node && \
useradd --gid node --shell /bin/bash --create-home node
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_11.x | bash - && \
curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/yarnpkg.gpg && \
echo "deb [signed-by=/etc/apt/keyrings/yarnpkg.gpg] https://nightly.yarnpkg.com/debian/ nightly main" > /etc/apt/sources.list.d/yarn.list && \
apt-get update && \