Skip to content

Commit 455b01a

Browse files
committed
Bump nodejs to latest LTS version
1 parent 4147f78 commit 455b01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ RUN apt-get update && apt-get upgrade -qy && apt-get install -qy \
2727
python3 \
2828
python3-pip \
2929
python3-pyqt5 \
30-
nodejs \
31-
npm \
3230
fish \
3331
gcc-arm-linux-gnueabihf \
3432
qemu-user-static \
3533
gdb-multiarch && \
34+
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
35+
apt-get install -y nodejs && \
3636
apt-get autoclean -y && \
3737
apt-get autoremove -y && \
3838
apt-get clean

0 commit comments

Comments
 (0)