fix(seacogs): formatting error
All checks were successful
Docker Build / Build (push) Successful in 1m19s
All checks were successful
Docker Build / Build (push) Successful in 1m19s
This commit is contained in:
parent
565eafc327
commit
e46a4d97ca
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ RUN apt-get install -y \
|
|||
# Install Nodejs
|
||||
|
||||
ENV NODE_MAJOR=20
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &&\
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
node --version
|
||||
# Set up deadsnakes PPA
|
||||
|
||||
RUN add-apt-repository ppa:deadsnakes/ppa -y
|
||||
|
|
Loading…
Reference in a new issue