mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-23 02:57:39 -05:00
include telegram in prebuild docker
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ RUN mkdir -p /opt/meshcentral
|
||||
COPY ./package.json /opt/meshcentral/package.json
|
||||
WORKDIR /opt/meshcentral
|
||||
|
||||
RUN node -e "let pkg=require('./package.json');pkg.dependencies['modern-syslog']='1.2.0';require('fs').writeFileSync('package.json',JSON.stringify(pkg,null,2));" \
|
||||
RUN node -e "let pkg=require('./package.json');pkg.dependencies['modern-syslog']='1.2.0';pkg.dependencies['telegram']='2.26.22';require('fs').writeFileSync('package.json',JSON.stringify(pkg,null,2));" \
|
||||
&& npm i --package-lock-only \
|
||||
&& npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user