mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复dockerfile
This commit is contained in:
parent
499ba5fb99
commit
3ed5cb48b5
|
@ -41,7 +41,7 @@ RUN set -x \
|
|||
&& npm install \
|
||||
&& ./node_modules/.bin/node-pre-gyp install --fallback-to-build --build-from-source --sqlite=/usr/bin --python=$(which python) \
|
||||
&& mv /ql/sqlite3/node-sqlite3-5.0.2 /ql/node_modules/sqlite3 \
|
||||
&& apk del g++ make python \
|
||||
&& apk del g++ make python2 \
|
||||
&& rm -Rf /ql/sqlite3 /ql/sqlite3.zip \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||
|
|
Loading…
Reference in New Issue
Block a user