fix(seacogs): formatting error
All checks were successful
Docker Build / Build (push) Successful in 1m19s

This commit is contained in:
Seaswimmer 2024-01-07 06:45:44 -05:00
parent 565eafc327
commit e46a4d97ca
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -16,8 +16,8 @@ RUN apt-get install -y \
ENV NODE_MAJOR=20
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
RUN apt-get update && apt-get install -y nodejs
apt-get install -y nodejs && \
node --version
# Set up deadsnakes PPA
RUN add-apt-repository ppa:deadsnakes/ppa -y