mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
增加 npx 命令
This commit is contained in:
parent
c730efd9cb
commit
a61953ab5c
|
@ -31,6 +31,7 @@ COPY --from=nodebuilder /usr/local/lib/node_modules/. /usr/local/lib/node_module
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
|
ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
|
||||||
|
ln -s /usr/local/lib/node_modules/npm/bin/npx-cli.js /usr/local/bin/npx && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
apt install --no-install-recommends -y git \
|
apt install --no-install-recommends -y git \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user