We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce93db commit 7587e66Copy full SHA for 7587e66
Dockerfile
@@ -2,7 +2,7 @@
2
# Dockerfile for node-red
3
#
4
5
-FROM alpine:3
+FROM alpine:3.20
6
MAINTAINER EasyPi Software Foundation
7
8
ARG NODERED_VERSION
@@ -22,7 +22,7 @@ RUN set -xe \
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 \
+ && rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
26
&& python -m ensurepip \
27
&& pip3 install --no-cache-dir rpi.gpio \
28
&& npm install -g --unsafe-perm \
0 commit comments