mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
Use node 16
This commit is contained in:
parent
8dd6880f8c
commit
e4a97d4813
@ -22,7 +22,7 @@ ENV GOPROXY=$GOPROXY \
|
|||||||
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
|
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
|
||||||
|
|
||||||
# usql and node
|
# usql and node
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends nodejs vim dnsutils \
|
&& apt-get install -y --no-install-recommends nodejs vim dnsutils \
|
||||||
&& npm install -g yarn \
|
&& npm install -g yarn \
|
||||||
|
Loading…
Reference in New Issue
Block a user