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 559b846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.11/EXTERNALLY-MANAGED \
&& python -m ensurepip \
&& pip3 install --no-cache-dir rpi.gpio \
&& npm install -g --unsafe-perm \
Expand Down

0 comments on commit 559b846

Please sign in to comment.