We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5969e4d commit 7ce93dbCopy full SHA for 7ce93db
Dockerfile
@@ -2,7 +2,7 @@
2
# Dockerfile for node-red
3
#
4
5
-FROM alpine:3.12
+FROM alpine:3
6
MAINTAINER EasyPi Software Foundation
7
8
ARG NODERED_VERSION
@@ -17,11 +17,12 @@ RUN set -xe \
17
dumb-init \
18
gcompat \
19
nodejs \
20
- nodejs-npm \
+ npm \
21
python3 \
22
python3-dev \
23
&& ln -sf /usr/bin/python3 /usr/bin/python \
24
&& ln -sf /lib /lib64 \
25
+ && rm /usr/lib/python3.11/EXTERNALLY-MANAGED \
26
&& python -m ensurepip \
27
&& pip3 install --no-cache-dir rpi.gpio \
28
&& npm install -g --unsafe-perm \
0 commit comments