fix(seacogs): readd -p argument to mkdir
Some checks failed
Docker Build / Build (push) Failing after 8s
Some checks failed
Docker Build / Build (push) Failing after 8s
This commit is contained in:
parent
e19b3584e8
commit
9b6d1b95d2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apt-get install -y \
|
|||
# Install Nodejs
|
||||
|
||||
RUN apt-get install -y ca-certificates curl gnupg
|
||||
RUN mkdir /etc/apt/keyrings
|
||||
RUN mkdir -p /etc/apt/keyrings
|
||||
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
||||
RUN export NODE_MAJOR=12
|
||||
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE_MAJOR}.x focal main" | sudo tee /etc/apt/sources.list.d/nodesource.list > /dev/null
|
||||
|
|
Loading…
Reference in a new issue