-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: Install node modules locally
- Loading branch information
1 parent
774aa88
commit b137ca2
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,6 @@ RUN apt-get update -qq \ | |
RUN pip3 install adafruit-nrfutil | ||
RUN pip3 install -Iv cryptography==3.3 | ||
RUN pip3 install cbor | ||
RUN npm i [email protected] -g | ||
|
||
RUN npm i [email protected] -g | ||
RUN npm i @swc/core -g | ||
RUN npm i [email protected] -g | ||
|
||
# build.sh knows how to compile | ||
COPY build.sh /opt/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters