We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4147f78 commit 455b01aCopy full SHA for 455b01a
Dockerfile
@@ -27,12 +27,12 @@ RUN apt-get update && apt-get upgrade -qy && apt-get install -qy \
27
python3 \
28
python3-pip \
29
python3-pyqt5 \
30
- nodejs \
31
- npm \
32
fish \
33
gcc-arm-linux-gnueabihf \
34
qemu-user-static \
35
gdb-multiarch && \
+ curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
+ apt-get install -y nodejs && \
36
apt-get autoclean -y && \
37
apt-get autoremove -y && \
38
apt-get clean
0 commit comments