mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-26 05:27:57 +03:00
njs
This commit is contained in:
parent
2af31526ba
commit
4f9f635b6f
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user