chore(npm): fix CI after switch
This commit is contained in:
parent
f8db818be2
commit
2f1d0be543
7 changed files with 14 additions and 10 deletions
|
@ -12,7 +12,9 @@ ENV IS_DOCKER=YES
|
|||
|
||||
# Prepare Debian build environment
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y debhelper mmv npm git
|
||||
&& apt-get install -y debhelper mmv git curl \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
|
||||
# Link to build script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue