Bump nodejs installer version
This commit is contained in:
@@ -57,7 +57,7 @@ RUN apt-get update && \
|
||||
libcurl4-gnutls-dev \
|
||||
libnghttp2-dev
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs
|
||||
|
||||
# Get open5gs code and install
|
||||
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
|
||||
|
@@ -32,7 +32,7 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends curl && \
|
||||
apt-get autoremove -y && apt-get autoclean
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs && \
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs && \
|
||||
apt-get remove -y curl && apt-get autoremove -y && apt-get autoclean
|
||||
|
||||
CMD sleep 10 && /mnt/webui/webui_init.sh
|
||||
|
Reference in New Issue
Block a user