Skip to content

Commit

Permalink
fix python
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jul 21, 2024
1 parent 7ce93db commit 7587e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile for node-red
#

FROM alpine:3
FROM alpine:3.20
MAINTAINER EasyPi Software Foundation

ARG NODERED_VERSION
Expand All @@ -22,7 +22,7 @@ RUN set -xe \
python3-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /lib /lib64 \
&& rm /usr/lib/python3.11/EXTERNALLY-MANAGED \
&& rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
&& python -m ensurepip \
&& pip3 install --no-cache-dir rpi.gpio \
&& npm install -g --unsafe-perm \
Expand Down

0 comments on commit 7587e66

Please sign in to comment.