1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-09 04:30:36 -05:00
This commit is contained in:
Vince Grassia 2023-11-09 12:59:39 -05:00
parent 92179aca6b
commit 9582503dbc
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Add packages # Add packages
RUN mkdir -p $NVM_DIR
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
&& . $NVM_DIR/nvm.sh \ && . $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION \ && nvm install $NODE_VERSION \