Moved nodejs

Moved nodejs from Build Dep to Run Dep.
This commit is contained in:
Joe Payton 2022-10-25 16:10:34 -04:00 committed by GitHub
parent 5ce69efd05
commit 72257a5966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ RUN set -x && \
build-base \
git \
mariadb-dev \
nodejs \
ruby-dev \
&& \
\
@ -28,6 +27,7 @@ RUN set -x && \
mariadb-client \
mariadb-connector-c \
openssl \
nodejs \
ruby \
ruby-bigdecimal \
ruby-etc \